Introduction to Android Dababase

Description

Android uses the SQLite database system.

The database that you create for an application is only accessible to itself; other applications will not be able to access it.

For Android, the SQLite database that you create programmatically in an application is always stored in the /data/data/package_name/databases folder.





















Home »
  Android »
    Android Basics »




Hello Android
Resources
Activity
Calendar
Camera
Contact
Content Provider
Database
Hardware
Intent
Location
Media
Network
Notification
Preference
Sensor
Service
SMS