I am converting an iphone app to android?
1- Is there anything similar to the “iphones core data” on android sdk?
2- If not, does android support using sqlite databases?
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.
here you can see the documentation of the sqlite database in android:
http://developer.android.com/reference/android/database/sqlite/SQLiteDatabase.html
Here is a good descirption of various possibilities on how to store data in android:
http://developer.android.com/guide/topics/data/data-storage.html