Hi quick and dumb question, I have read the docs in the github anko page already but for example if I use anko DSL to declare my view and then I want to set the view wit lets say picasso in the onActivityresult how do I reference the UI that is bound to the activity other than
findviewById(android.R.id.content)
?, isnt there any more elegant way to obtain a view created with anko DSL in later methods ?