1.

List Out Different Methods Used For Storage In Android?

Answer»

The storage methods USED in android are
a) Shared Preferences: Store private primitive data in KEY value pairs Internal Storage: Storage of private data on device memory
b) External Storage: Storage of public data on shared external storage
c) Network Connection: With your own network SERVER you store data on the web
d) SQLITE Databases: In private database it stores structured data

The storage methods used in android are
a) Shared Preferences: Store private primitive data in key value pairs Internal Storage: Storage of private data on device memory
b) External Storage: Storage of public data on shared external storage
c) Network Connection: With your own network server you store data on the web
d) SQLite Databases: In private database it stores structured data



Discussion

No Comment Found