Android Question How do i compare Int Directory and online dir to download missing files

DonManfred

Expert
Licensed User
Longtime User
Download that textfile and copy it to dir.external.
Search forum for "reading textfile" to find an example to read a textfile line by line.
For each line. get the filename and do a fileexists with it.
If it dont exists then you need to download that file.
 
Upvote 0
Top