How to manage multiple download with Firebase and RecyclerView
问题 I have a RecyclerView and FirebaseRecyclerAdapter with items. Each item has reference to some files in Firebase storage. each item has download button. I use storageReference.getFile(location) to download files from firebase storage. When I click on download button and wait for the download to finish, the checked icon (green icon) is showing correctly at specific position. My problem is when I download multiple items at same time (when I click on multiple items), the green icon is not