Lec01_An Introduction
Lec01_An Introduction
Seamless
Android kills processes in background as needed
Android Architecture
Android System Overview
• Shared Preferences: Store data as key-value pairs.
• Internal Storage: Store data on the device memory. Data will not
be accessed by other application.
• External Storage: Store public data on the shared external
storage. Data will be accessed by other application.
• SQLite Databases: Store structured data in a private database.
• Network Connection: Store data on the web with your own
network server.