• Stars
    star
    34
  • Rank 766,985 (Top 16 %)
  • Language
    Java
  • Created almost 13 years ago
  • Updated almost 13 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

This is an Android tutorial-project which demonstrates how to get started using ORMLite in your Android apps. This simple app allows to create Wish-lists and wishes inside a wish-list. On a DB level there are two entities: WishList and WishItem, joined by 1-M relationship. ORMLite framework helps to manage the SQLite database without doing direct SQL-queries, but manipulating objects instead.