-
Better way for this
about 9 years ago
-
about 9 years ago
At the time of app load, when you are storing all file links in sqlite database, instead you can download those files at the App initialize and store those in a directory with directory name of current date, and instead of http url path you can store file path with corresponding directory in sqlite db.
It will take time at loading of App at initial but later as your news are coming from local directory, it will speed up the performance also your problem of some file was not uploading at offline mode will be solved by this. -
1 Answer(s)