adspace
Explain the difference between data storage options which are available in android?
Answer Posted / Jaysingh Lalchand Prasad
Android provides several options for storing data. They include SharedPreferences (for small amounts of persistent key-value pairs), SQLite databases (for more complex and larger data sets), internal storage (for application-specific data that should not be shared with other apps, like images or caches), and external storage (for media files that can be shared across applications).
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers