What are the different Storage Methods in android?
Submitted by: AdministratorAndroid provides many options for storage of persistent data. It provides the solution according to your need. The storages which have been provided in Android are as follows:-
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.
Submitted by: Administrator
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.
Submitted by: Administrator
Read Online Android Job Interview Questions And Answers
Top Android Questions
☺ | What is APK format in Android? How to make an APK file? |
☺ | What is needed to make a multiple choice list with a custom view for each row? |
☺ | Explain Briefly the Android Application Architecture? |
☺ | What are the dialog boxes that are supported in android? Explain? |
☺ | What are the different Storage Methods in android? |
Top Mobile Technologies Categories
☺ | Android Interview Questions. |
☺ | Wireless Communication Interview Questions. |
☺ | 3G Interview Questions. |
☺ | iPhone Interview Questions. |
☺ | Mobile App Architect Interview Questions. |