What is dalvik virtual machine (dvm)?
No Answer is Posted For this Question
Be the First to Post Answer
What are the tools placed in android sdk?
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);
How many android os are there?
In android, does service create new thread in background?
What is the use of webview in android?
Are the Android releases available in a ROM?
Explain the three common use cases for using an intent?
Explain me difference between service & intent service?
In android, which manifest permission is needed when use gps location?
Define the application resource file in android?
Please explain what is a sticky intent?
What is res folder in android?