What is android os used for?
No Answer is Posted For this Question
Be the First to Post Answer
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?
Described the components of android?
What are the tools used to develop an android app?
Which kernal is used in android?
Can I install exe files on android?
What is the importance of having an emulator within the android environment?
How can your application perform actions that are provided by other application e.g. Sending email?
What is an anr? What are some measures you can take to avoid anr?
Assume that we have an android object named stored in reader variable, and inside it has a child object named?
What is api level in android?
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 action in android?