Join Slack
Powered by
And instead of `Map<Id, progress>`, you shou...
# android-architecture
e
edwardwongtl
06/13/2018, 3:14 AM
And instead of
Map<Id, progress>
, you should be using
Map<Id, LiveData<Int>>
, such that you can bind the live data to views and update accordingly.
👍 2
Open in Slack
Previous
Next