Is this a valid, recommended way to get a View ins...
# anko
j
Is this a valid, recommended way to get a View instance inside an Activity without setting it as ContentView?
val myView = MyViewComponent().createView(AnkoContextImpl(this, this, false))