Nabeel K
Nabeel K

Reputation: 6128

Updating a RealmRecyclerViewAdapter without updating DB

I am using realm DB for the first time. I am listing File info in recyclerview from Realm results using RealmRecyclerViewAdapter . I need to update each item with its download progress, without writing the progress to DB. I am using android DownloadManager for that. How can I do that please help me.

Upvotes: 0

Views: 58

Answers (0)

Related Questions