Android Database
Introduction
Helper
Utility
- Check if a given string exists in the specified table and column
- Check if any rows match the where clause
- Create a class representing a row in a table with CRUD methods
- Get an array of all int type data matching the conditions
- Get an array of long type values matching the condition
- Get maximum value in database for given condition
- Get the id of the first row whose column matches conditions
- Backup database to external storage
- Load data from Database to ListView