What is the name of the database used in android?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More Android OS Interview Questions

Can android version be updated?

0 Answers  


What are runnable in android?

0 Answers  


How do I upgrade my os?

0 Answers  


How does android track the application on process?

0 Answers  


What are fragments in Android Activity ?

1 Answers  






what is anr? What is the cause of anr and how will you rectify this problem?

0 Answers  


What is it important to set permissions in app development?

1 Answers  


What is .apk extension in android?

0 Answers  


What are the types of layout in android?

0 Answers  


Is google an android phone?

0 Answers  


what is preferences

0 Answers   Google, Tech Mentro,


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);

0 Answers  


Categories