one question about Kotlin Android Extensions - for...
# android
m
one question about Kotlin Android Extensions - for Activities, the plugin just calls the
findViewById(int)
and and for Fragments it calls
getView().findViewById(int)
when trying to access Views? just reading through this: http://stackoverflow.com/a/34543172/2102748