I used to program for iPhone.
But then I want to make another similar program in Android.
Well, should I use a coredata like framework?
Does android have something similar?
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.
Actually what you need is to check ORM tools for Android for persistence.And decide on which one suits you best.
Here are your top choices:
OrmLite : http://ormlite.com/sqlite_java_android_orm.shtml
GreenDao : http://greendao-orm.com/