What are the exemptions in android?


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

Post New Answer

More Android OS Interview Questions

Tell us what is ddms? Describe some of its capabilities?

0 Answers  


Which dialog box can you use in you android application?

0 Answers  


What is background service?

0 Answers  


What is the order of dialog-box in android?

0 Answers  


Will fuchsia os replace android?

0 Answers  






List important file and folder when you create new android application?

0 Answers  


Explain me three common use cases for using an intent?

0 Answers  


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  


Which components are necessary for a new android project?

0 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  


What is the difference between file, class, and activity in android?

0 Answers  


What is the difference between serializable and parcelable?

0 Answers  


Categories