Showing posts with label sql. Show all posts
Showing posts with label sql. Show all posts

Monday, August 01, 2016

Android: SQLite database and ListView

Reading data from SQLite database and using it in ListView

Android: SQLite Databases

Create a SQLite database


Insert data into database table


Delete data in database table


Update data in database table


Reading data from database table and using a loop to process the data retrieved