Android How to - Android Database Example








Utility

  1. Android Backup database to external storage
  2. Android Check if a given string exists in the specified table and column
  3. Android Check if any rows match the where clause
  4. Android Create a class representing a row in a table with CRUD methods
  5. Android Get an array of all int type data matching the conditions
  6. Android Get an array of long type values matching the condition
  7. Android Get maximum value in database for given condition
  8. Android Get the id of the first row whose column matches conditions
  9. Android Load data from Database to ListView




Helper

  1. Android Create Database Helper Class