Join Slack
Powered by
Yes, you could always do `val parent = parent as P...
# android
b
bamdmux
06/27/2016, 12:05 PM
Yes, you could always do
val parent = parent as ParentActivity
and then
parent.observable.subscribe { whatever() }
or call any other method from the parent activity
Open in Slack
Previous
Next