A Crowd-sourced Cookbook on Writing Great Android® Apps
Home
F.A.Q.
Community
Who's Logged In?
Who's been up to what?
Invite-a-Dev
Stuff to use to promote the site
Bug/ToDo List
New Bug/Request/Idea
Contact Admin/Feedback
Can't-Login Contact
Writing Recipes
Recipe Wishlist/What To Write
Author's Guide/How to write
Wiki Markup/How To Format
Wiki Sandbox
View ALL Recipes
Suggest a Recipe for someone to write
Write a new Recipe
Terms and Conditions
Login
Chapter View
Published?
Name
Action
P
Introduction: Data Persistence
P
Getting File Information
P
Accessing data from a file shipped with the App rather than in the filesystem
P
Listing a Directory
P
Getting total and free space on the SD card
P
Easy User Preferences
P
Default shared preferences consistency check
P
Advanced text search
P
Creating a SQLite database in an Android application.
P
Inserting values into a SQLite database.
P
Retrieving data from a SQLite database.
P
Work With Dates in SQLite
P
Parsing JSON using JSONObject
N
Parsing JSON using the Jackson Parser
P
Parsing an XML document using the DOM API
P
Parsing an XML document using an XmlPullParser
N
Save Data in the cloud with CouchDB and Ektorp
P
Adding a Contact
P
Reading Contact Data
N
Adding Calendar Events