https://kotlinlang.org logo
Title
j

Jake

11/19/2018, 4:37 PM
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

dawidhyzy

11/20/2018, 12:17 AM
Yeah… It wasn’t event related to Kotlin