android - Update Recyclerview item after receiving a broadcast -


i have list of items displayed using recyclerview. want update contents on list data receive broadcast receiver. have been scratching head past 24 hours trying figure out if should recreate entire list updated data or if should remove item supposed updated , add again new data. have advice or tips on how should approach better?

call notifydatasetchanged method of adapter. explanation


Comments