Learn, how to work with androrm
The following tutorial consists of three parts. You will create an android application, that lets you manage a small book collection. You will be able to add books and authors, browse all your books and also browse all authors and view, which books were written by them. In the first part, you learn how to create the objects from a given form and save them to the database. The second part then teaches you how to retrieve objects from the database and how to look up their fields. In the last part, you will have a look at relations and how they can be used, to improve your apps.
Please note, that the actual androrm part in this tutorials is surprisingly small. I would see this as a plus for androrm, as it is so easy to use. The more complex part will be writing the actual app. But anyhow, it is just another chance to learn a little bit about writing android apps.
Learn how to create objects from data, that has been entered into form fields of you activities and how to link them together.
Create a form to add new books and authors and validate the results before saving them.
Part 3: Simple queries and fields
Use the objects, you created in the step before and perform your first androrm queries, to fill your app with some content.
Last but not least, see how powerful the relational fields of androrm can be and how they can help you, to build more complex views for your data with just some lines of code.