How to backup database file to sdcard on android?
- by CSharperWithJava
I'd like to add a feature to my android app that automatically backs up the sqlite database to the sd card.
What's the best way to go about this?
Any examples/tutorials available?