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 |
Tell me two ways to clear the back stack of activities when a new activity is called using intent?
How many activities are in focus at any time?
Describe the SmsManager class in android.
what is a toast notification in android?
How the nine-patch Image different from a regular bitmap? Alternatively, what is the difference between nine-patch Image vs regular Bitmap Image?
How do you supply construction arguments into a fragment?
Does huawei have its own os?
What is animation-list?
What do you understand with an activity in android?
What do you mean by a drawable folder in android?
What are the different states wherein a process is based?
how fragment differs from activity?