Explain android activities?
No Answer is Posted For this Question
Be the First to Post Answer
What main components of android application?
Explain ttl (time to live)?
Why is list view not recommended to have active components?
Please explain how to prevent the data from reloading and resetting when the screen is rotated?
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 activity in Android?
0 Answers TryTechnicals Pvt Ltd,
What are the primary components used in android architecture?
What happen if the latitude is less than -90 or greater than 90?
Explain content provider component of android?
What is looper, handler, and message queue in Android?
0 Answers SkillGun Technologies,
What is activity lifecycle?
Describe android Activities in brief.