Skip to content Skip to sidebar Skip to footer
Showing posts with the label Orm

Android Object Handling / Persistence

I am pretty far into my first Android application, and I have the sneaking suspicion that I'm &… Read more Android Object Handling / Persistence

How To Pass / Access Annotation Information?

Example of my current Book class which I am trying to apply annotations to: @DatabaseTable(tableNam… Read more How To Pass / Access Annotation Information?

Android - How To Store Address To Db

Looking to store android.location.Address to a SQLite database. I am using ORMLite to persist my ob… Read more Android - How To Store Address To Db