What are the android activities?


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

Post New Answer

More Android OS Interview Questions

How install android os from pc to mobile via usb?

0 Answers  


What is gradle.properties?

0 Answers  


Lists life cycle methods of android activity?

0 Answers  


How do I update google play services on android?

0 Answers  


Implicent Intents and Late Runtime Binding?

1 Answers  






What is google android sdk?

0 Answers  


Explain me scenario in which only ondestroy is called for an activity without onpause() and onstop()?

0 Answers  


Will my users need to install Mono?

1 Answers  


what are the other notifications in android?

0 Answers  


What is an android runtime?

0 Answers  


What is a Content Provider ?

1 Answers  


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  


Categories