Reputation: 6128
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