- Internal file storage: Store app-private files on the device file system.
- External file storage: Store files on the shared external file system. This method is usually for shared user files, such as photos.
- Shared preferences: Store private primitive data in key-value pairs.
- Databases: Store structured data in a private database.