Q4

Question 4

Create an application with first activity with an editText and send button. On click of send button, make use of implicit intent that uses a SEND ACTION and let user select app chooser and navigate to that application.

App Insights:

Made layout for default main activity and added onCreate method, used EditText field and TextView to display the result using Implicit Intent for Share

Browse Source Code

Code

Output

Studio Screenshot (Main Activity) (1/6)
App Screenshot (Main Activity) (2/6)
Studio Screenshot Entering String Input (3/6)
App Screenshot Entering String Input (4/6)
Studio Screenshot on Tapping Send Button (5/6)
App Screenshot on Tapping Send Button (6/6)

Last updated