Yes, you could always do `val parent = parent as P...
# android
b
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