How do you access the string resource stored in the strings.xml file?
No Answer is Posted For this Question
Be the First to Post Answer
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 an explicit intent?
What's the latest android operating system?
What are services in android and what is its type?
Explain the difference between flag_activity_clear_task and flag_activity_clear_top?
Does Android support push email or is it pull?
What is singleton class in android?
Which is the latest android version 2019?
What is progressdialog in android?
What is the services component of android?
Explain in brief about the important file and folder when you create a new app?
What is the Open Handset Alliance in Android?