what is the reason of using different version of sqlite in android ? and please tell me difference between all version and in which circumtances we can use different version of sqlite in android?
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.
You probably do not need to worry and stick to the highest version available today.
The versioning mechanism is here to avoid future problems if sqlite releases a new version with an incompatible api.
Making sure you declare the version you need will make your application more future-proof.