Android latest Version?
How to change application name after its deployment?
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?
Where are layouts placed in android?
Why is emulator important in the android environment?
What is a portable wi-fi hotspot?
Explain sticky intent in android?
How can I reboot my android phone?
Name the languages supported for android development.
What do you mean by a drawable folder in android?
Explain application of shared preference?
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 the role of orientation?