Activity results handled by the onactivityresult() method are differentiated from one another using which code?
No Answer is Posted For this Question
Be the First to Post Answer
What is an activity?
Why is it important to have an emulator inside the android environment?
How many android os are there?
Is google an android phone?
What does android 9 pie do?
What is a statelistdrawable?
What are the languages supported for android development?
What is the importance of setting up permission in app development?
Explain me what is an intent?
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);
Do you know what is application?
Explain the activities?