What options do the users get to save data in android?



What options do the users get to save data in android?..

Answer / Abdul Kadir Quraishi

Users in Android can save data using SharedPreferences for small amounts of persistent data, SQLite databases for larger and more complex data, internal and external storage for files, and Room database for an easy way to provide all the benefits of an SQLite database with less boilerplate.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Android OS Interview Questions

Tell me two ways to clear the back stack of activities when a new activity is called using intent?

1 Answers  


How many activities are in focus at any time?

1 Answers  


Describe the SmsManager class in android.

1 Answers  


what is a toast notification in android?

1 Answers  


How the nine-patch Image different from a regular bitmap? Alternatively, what is the difference between nine-patch Image vs regular Bitmap Image?

1 Answers  


How do you supply construction arguments into a fragment?

1 Answers  


Does huawei have its own os?

1 Answers  


What is animation-list?

1 Answers  


What do you understand with an activity in android?

1 Answers  


What do you mean by a drawable folder in android?

1 Answers  


What are the different states wherein a process is based?

1 Answers  


how fragment differs from activity?

1 Answers  


Categories