What is the permission you need to declare in androidmanifes?
No Answer is Posted For this Question
Be the First to Post Answer
Explain the difference between flag_activity_clear_task and flag_activity_clear_top?
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 a google android packageinstaller?
What is a ContentProvider and what is it typically used for?
Is it necessary to update apps on android?
What is an Intent?
What is the name of the latest android os?
Tell me how to avoid anr status?
What is startanimation?
Tell me two ways to clear the back stack of activities when a new activity is called using intent?
What items or folders are important in every android project?
What is resource in android?