I am trying to save some documents/Images and files in sqlite database
. The documents contain different types of pdf,.doc
etc files and different format images. Now once I stored it in the blob format, I want to do a backup of the database to sdCard
. I however want this backup to be readable only by app for securing the data inside.
Now the question is , for storing different types of files, Do I have to use some sort of other database and for securing. what should I do?
Best Regards