Explain me three common use cases for using an intent?
No Answer is Posted For this Question
Be the First to Post Answer
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 a sticky broadcast?
Android asynctask create new thread in background?
What are the storage facilities available on android?
How long does compatibility take?
What options do the users get to save data in android?
What onlistitemclick() function used for?
What are broadcast receivers?
Explain sticky intent?
 What is the Guardian app for Android?
What is a buildtype in gradle? And what can you use it for?