Does anyone know how to put the database entries into a gridview in android? Or is there a tutorial out there which explains how to do that.plz help me by giving complete example.
You will need to use a CursorAdapter.
You need SQLiteOpenHelper for works (create, delete) with DB.
You need ContentProvider for get data from DB and return it to adapter.
You need CursorAdapter or SimpleCursorAdapter for fill cells of GridView.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With