Android Storage

Android Storage

  1. Android Device Monitor Cannot Open Data Folder Resolve Method
    This article tell you how to use android device monitor and how to reolve data folder can not open in android device monitor.
  2. Android Read Write Internal Storage File Example
    This article tell you how to read write android internal file for general files and cache files.
  3. Android Read Write External Storage File Example
    Show you how to read write android external storage files with examples.
  4. Android Shared Preferences Example
    Introduce what is android SharedPreferences, and how to use it to save and retrieve data.
  5. Android Sharedpreferences Save/Load Java Object Example
    This example tell you how to save / retrieve java objects use Sharedpreferences.
  6. Android SQLite Database Introduction
    This article introduce where android sqlite db located, how to create it and how to manipilate it’s table and data.
  7. Android SQLite CRUD Operations Examples
    This article show you how to use SQLiteOpenHelper and SQLiteDatabase class to implement create, read, update and delete operations in android SQLite.
  8. How To Show Data From SQLite Database In Android ListView
    This example tell you how to use android ListView to load, add, edit, delete and refresh data from SQLite database.
  9. How To Write Reusable Code For Android SQLite Database
    This example show you how to write reusable java class to operate different android SQLite database and tables. Includes database create, upgrade, insert, update, delete and query table data.