Is it possible to use Download manager to download a file from the internet and save the details e.g. name, type, category on the SQLite db using content resolver? I have scenario where details are not saved on the database when back is pressed. When you leave the activity nothing is saved on the db. You have to stay on the activity to save the details on the db.
Asked
Active
Viewed 69 times
0

RegularlyScheduledProgramming
- 1,347
- 1
- 11
- 27

Ally Makongo
- 269
- 5
- 14
-
Are you committing the changes to the database? – RegularlyScheduledProgramming Sep 28 '16 at 19:05
-
yes...details are saved only when you stay on the activity. @RegularlyScheduledProgramming – Ally Makongo Sep 28 '16 at 19:07