• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Search results

  1. S

    Data adjustment SQLITE with object list

    Currently, I am working on my first application using a database. Now I am a bit confused. The application is a native Android app. I'm using SQLite as DB system. I have some trouble to work with the data. At the moment I have a class Person with a few attributes (firstname, lastname, ...). But...