~Im using RxFlux in an application that was built ...
# android
j
Im using RxFlux in an application that was built originally with java. The
MainActivity implements RxViewDispatch
and catches store changes. On a store change I'm trying to update a single fragment that seemingly cannot listen to the store for changes. Is there a succinct way to broadcast from MainActivity.java to the single Fragment.java class to preform a visual update using the store changes?
The interesting part of this is that most of the view that is rendered is controlled by this fragment, I don't want to redraw the entire fragment. NVM - forgot about `Intent`s - iOS Developer in an Android world.
stackoverflow 2
d
Yeah… It wasn’t event related to Kotlin