How many ways data stored in Android?

Answer Posted / mady

1.SharedPreferences 2.Internal Storage 3.External Storage 4.SQLite Database 5.Network connection

Is This Answer Correct ?    3 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What phones will get android pie?

658


What is ischecked() method?

675


Please explain the difference between flag_activity_clear_task and flag_activity_clear_top?

703


What is the order of dialog-box in android?

729


How does auto sync work on android?

687


What is the main reason of using process lifecycle in android?

721


Define the application resource file in android?

664


What innovations the oha members strive to achieve?

797


Explain me difference between asynctasks & threads?

682


Why we use linux id in android?

754


How do you pass the data to sub-activities android?

688


What is application context in android?

709


Explain fragment.

719


How many android os are there?

687


Under what condition could the code sample below crash your application? How would you modify the code to avoid this potential problem? Explain your answer.     Intent sendIntent = new Intent();     sendIntent.setAction(Intent.ACTION_SEND);     sendIntent.putExtra(Intent.EXTRA_TEXT, textMessage);     sendIntent.setType(HTTP.PLAIN_TEXT_TYPE); // "text/plain" MIME type     startActivity(sendIntent);

3614