Can android version be updated?
No Answer is Posted For this Question
Be the First to Post Answer
What are the four asynctask methods that must be overridden?
What is android sdk?
What are the other notifications?
Which dialog box can you use in you android application?
How would you update the ui of an activity from a background service?
What is android syncing?
Is android the most popular os?
How are escape characters used as attribute in Android?
0 Answers TryTechnicals Pvt Ltd,
Explain assets folder in android?
What is the difference between file, class, and activity 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 intent?