I am using sqlite DB in my android application.(created the db in sdcard)
is this possible to insert single large file into db.(say around 20-30mb)
if not what is the alternative solution.and what is the size limitation to insert
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.
For size limitations, see this post.
An alternative is to place whatever this “large file” is in the
assetsfolder.What exactly is the scenario?