Podcast
Questions and Answers
What is the recommended alternative to SharedPreferences for storing local data?
What is the recommended alternative to SharedPreferences for storing local data?
- Removable volumes
- External storage
- DataStore (correct)
- Internal storage
Which type of storage is always available on all devices?
Which type of storage is always available on all devices?
- SD card
- Internal storage (correct)
- Removable volumes
- External storage
Which type of storage is smaller on most devices?
Which type of storage is smaller on most devices?
- External storage (correct)
- SD card
- Internal storage
- Removable volumes
What type of storage appears in the file system as part of external storage?
What type of storage appears in the file system as part of external storage?
What type of storage does Android use that is similar to disk-based file systems on other platforms?
What type of storage does Android use that is similar to disk-based file systems on other platforms?
What is the purpose of writing data to non-volatile storage?
What is the purpose of writing data to non-volatile storage?
Which of the following best describes data persistence?
Which of the following best describes data persistence?
What is the difference between local storage and remote storage?
What is the difference between local storage and remote storage?
What happens when data is persisted?
What happens when data is persisted?
How does data persistence relate to a Word document?
How does data persistence relate to a Word document?