Explain datepickerdialog in android?
to write a back ground functionality in an activity, should I use a thread or service?
Explain ttl (time to live)?
Explain androidmanifest.xml file and why do you need this?
How do you troubleshoot android application which is crashing frequently?
Define fragment in android?
What is color/ directory?
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);
What is an android framework?
What is the difference between serializable and parcelable?
Is there anyway to determine if an intent passed into a broadcastreceiver’s on receive is the result of a sticky broadcast intent, or if it was just sent?
Write a program that shows the creation of reusable user interface that includes the layout.
Explain me what is a contentprovider and what is it typically used for?
What is main/java/com.
Explain localization and how to achieve?