Android Storage
- 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. - Android Read Write Internal Storage File Example
This article tell you how to read write android internal file for general files and cache files. - Android Read Write External Storage File Example
Show you how to read write android external storage files with examples. - Android Shared Preferences Example
Introduce what is android SharedPreferences, and how to use it to save and retrieve data. - Android Sharedpreferences Save/Load Java Object Example
This example tell you how to save / retrieve java objects use Sharedpreferences. - 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. - 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. - 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. - 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.