lundi 28 décembre 2015

Android: How to create ListView with TextView + Radio Buttons loaded from SQLite Database?

I am trying to create a ListView with a TextView and two Radio Buttons in each row, all of which will be loaded from a database. The TextViews would be the column names in the database table, while the Radio Buttons would be updating their values in the database.

I know I need some kind of Adapter, but as a newbie to Android, I'm not really sure where to go from here. Any help would be greatly appreciated, thanks!

Aucun commentaire:

Enregistrer un commentaire