What is ischecked() method?
No Answer is Posted For this Question
Be the First to Post Answer
Does android support other language than java?
What is the os version of my android?
Explain me activities?
Explain android 4.0 library folder in android?
Is it necessary to update apps on android?
What is android? Explain
What are synthetic sensors?
What does adt stand for?
What is activities?
What are the different kinds of context in android?
What is raw?
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);