As long as you have a reference to the view the ex...
# android
a
As long as you have a reference to the view the extensions are defined on. Like, say I have a view with a sub-view defined with @+id/my_child_view. Then view will have a property called my_child_view, and you can grab it wherever you want:
Copy code
view.my_child_view