2D Game Graphic Designer Question:
Download Job Interview Questions and Answers PDF
Explain me 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
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
Download 2D Game Graphic Designer Interview Questions And Answers
PDF
Previous Question | Next Question |
Tell me what are the Android tools used for developing games? | Do you know what are the common errors done by programmer while programming? |