is there something like a ORM framework for android?
i need this for something like this:
i create some classes and then save them in lists. after this i want to automatically save and load this classes from and to a sqlite database.
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.
ORMLite seems to be the leader in this space, you can check them out here: http://ormlite.com/
It’s more lightweight than Hibernate, but works very well on the Android platform.