I have an android app with two editText and a button.
In one editText user enters a emailId and in another editText user enters the text to be sent as hangout.
When user presses a button i need to open a hangout app with hangout recepient set to the email Id user entered in above step and with hangout text set to the text user entered in above step.
Can i achieve this using intents..can anyone suggest me how to do this.
Asked
Active
Viewed 104 times
0
-
have you do any thing except make edittext and button ? – duggu Jan 15 '15 at 10:31
-
possible duplicate of [Start Google Hangout from Intent in New Hangouts Android app](http://stackoverflow.com/questions/16579228/start-google-hangout-from-intent-in-new-hangouts-android-app) – 2Dee Jan 15 '15 at 10:31
-
no............ @Duggu – Harish_N Jan 15 '15 at 10:32
-
Its opening hangout but it is not setting the recepient.@2Dee – Harish_N Jan 15 '15 at 10:33
-
@Harish.N means you want spoon feeding??? – duggu Jan 15 '15 at 10:34
-
I mean i'am not doing any UI thing except editText and a button. I searched about how to open hangouts.. I'am able to open hangout and set the text to be sent but i'am not able to set the recepient @Duggu – Harish_N Jan 15 '15 at 10:37