I have couple of question regarding to sqlite-android
-
When is the
onUpgrademethod called in application? -
Can I have two helper class in one application?
if so… -
then how/when I call second class
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.
onUpgrade is called when int DATABASE_VERSION of your DBAdapter is higher than the currenly installed one.
Why would you want 2 helper classes. But yes, I suppose you could.