evant / binding-collection-adapter

Easy way to bind collections to listviews and recyclerviews with the new Android Data Binding framework
Apache License 2.0
1.92k stars 255 forks source link

How to Update item values without changing the whole List ? #183

Closed drmkraja closed 4 years ago

drmkraja commented 4 years ago

I'm working on a Grid List. Where the textviews are getting updated every 5 secs from API Call... I need to update only the textviews instead of updating whole list.

For Code - Please take a look at this GIST

I'm using Observable Fields & List. Do I have to use Diff List Please tell me where I'm going wrong ???

evant commented 4 years ago

Thank you for the report! It looks like your issue is not necessarily with this library, I think you'd be better served asking on a site like stackoverflow where more people would be available to help answer it. If you think it is an actual bug, can you create a sample repo showing the issue?

drmkraja commented 4 years ago

Can you check this & answer it... https://stackoverflow.com/questions/60579492/how-to-update-item-values-without-changing-the-whole-list