I’m generating about 6 wav audio files at runtime. I want to store them in internal memory. Is a blob to sqlite the right/recommended way?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I am not sure of the recommended way but here is what I want to say, eitherways:
The advantages of storing these files in data base would be:
1.The related database is deleted once the application is uninstalled.
2.Files private to application
Disadvantage:
It will increase your application size.
Have you considered storing your files on SDcard? Also, have you taken a look at CacheManager?