Which of the following are different storage methods available in Android? 1) Shared Preferences 2) Internal Storage 3) External Storage 4) SQLite Databases 5) Network Connection 6)Intermediate storage

Options
- 1,2,3,4,6
- 2,3,4,5,6
- 1,2,3,4,5
- all of above


CORRECT ANSWER : 1,2,3,4,5

Discussion Board
Explanation-

Following are the options of data storage:

-Shared Preferences: Store private primitive data in key-value pairs.
-Internal Storage: Store private data on the device memory.
-External Storage: Store public data on the shared external storage.
-SQLite Databases: Store structured data in a private database.
-Network Connection: Store data on the web with your own network server.

Sapna Ambadkar 03-14-2017 01:54 AM

Write your comments


Enter the code shown above:

(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)


Advertisement