What is the implicit intent in android?


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

Post New Answer

More Android OS Interview Questions

What is tween animation?

0 Answers  


How many types of layouts are there in android?

0 Answers  


What is action_view?

0 Answers  


What is orm android?

0 Answers  


Explain me what is context?

0 Answers  


List the various storages that are provided by android.

0 Answers  


What is the name of the database used in android?

0 Answers  


What is an application resource file?

0 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  


How do I upgrade my android operating system?

0 Answers  


What is a toast notification?

0 Answers  


What is container in android?

0 Answers  


Categories