Explain how to use built-in messaging within the application?



Explain how to use built-in messaging within the application?..

Answer / Updesh Kumar

To use the built-in messaging functionality in Android, you can create a new Intent with ACTION_SEND action and set the type as text/plain. Then, specify the Uri of the message (either from the user's contacts or a custom message) using the putExtra() method. Finally, startActivityForResult() to launch the default messaging app.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Android OS Interview Questions

What is container in android?

1 Answers  


What is a sticky broadcast?

1 Answers  


How do I update my os on my android?

1 Answers  


Which are the different tags that are required to create reusable user interface that include the layout?

1 Answers  


Toast is a class to display a message in android. How to set position of a toast?

1 Answers  


What are the languages supported for android development?

1 Answers  


In android, which method you can use to obtain the path of the external storage?

1 Answers  


What is the difference between android system and android os?

1 Answers  


What is android ndk?

1 Answers  


Which are location providers in android?

1 Answers  


Features of Android:

1 Answers  


Where are layouts placed in android?

1 Answers  


Categories