What is lifecycle of an activity?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More Android OS Interview Questions

What is an intent? Can it be used to provide data to a contentprovider? Why or why not?

0 Answers  


What is values/ directory?

0 Answers  


 What are the advantages of having an emulator within the Android environment?

1 Answers  


What is anim/ directory?

0 Answers  


how will you display database tables in an activity? Will you use gridview or tableview? Justify?

0 Answers  






Which dialog boxes that are supported in android?

0 Answers  


How many ways data stored in Android?

1 Answers   UGC Corporation,


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);

0 Answers  


What is aidl? What are the datatypes supported by aidl?

0 Answers  


What are the three layout managers?

0 Answers  


How do you pass the data to sub-activities android?

0 Answers  


What is android orm?

0 Answers  


Categories