A question about android kotlin extension, if I wo...
# android
d
A question about android kotlin extension, if I would access to a view (ex, id=R.id.mybutton) from the activity, but the button is in a fragment hosted by the activity, should I use fragmentInstance.mybutton or just this.mybutton ?