I want to learn how to program databases for Android and to my knowledge that is SQLite. If I know Java what else do I need to learn so that I can build a database? Any other information that you could help me with would be appreciated.
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.
Basically, you need a DatabaseHelper class, example of DataBaseHelper.class:
Later in your Mainclass (or activity you want to manage the data) call methods of your DatabaseHelper.class, Hope this give you ideas…