Let say the favorite button is pressed on detail page then on back press when I come back on listing page I wanted the state of the button to be shown as the view of pressed, using RxJava
Asked
Active
Viewed 22 times
0
-
What are the reasons for doing this with RxJava? – Code-Apprentice Jul 06 '17 at 07:08
-
in theory u can put a observable on the button , and subscribe it where u want to . show up your code, would be able to help better then – Ak9637 Jul 06 '17 at 07:14
-
You need to maintain Individual List of Status or a variable of each with item for the same and update ui on the call – Niraj Sanghani Jul 06 '17 at 07:17