Android Studio - Firebase Multiple Files Upload - Part 2/2
У вашего броузера проблема в совместимости с HTML5
Correction :
The list should be cleared before adding new data as when the user will start uploading again, the progress will be set to wrong position. to avoid that you can clear the list before uploading as it will start uploading and data in list from position 1.
Suggesstion from : ChampRocks Patel
But if one want to keep data as persistent. And if again selected images say 5 then it will remove or show progress on wrong position..(at position 1,2 etc) in that case we have to add current itemcount in for loop when we start itrating of value i
So if last data count was 10 then
New data count will be
11,12,13,14,15 like vise. And on right position we can perform operation.
https://www.youtube.com/watch?v=GjF6Ng2gp_s&lc=UgwP7x8FL3M6ZPQjT9N4AaABAg
-----------------------------------------------------------------------------------------------------------
Hello guys,
If you feel these tutorials helped you in anyways, you can support us to create more content by donating here :
http://paypal.me/ArathiSingh
Or by becoming a patreon :
https://www.patreon.com/akshayejh
Like us on Facebook :
https://www.facebook.com/TvacStudio/
---------------------------------------------------------------------
Source Code :
https://drive.google.com/open?id=1vA-Kkl5hUm_NcmhPOp0OmYbyhtx_0dps
The "google-services" file is Removed for security.