Hi,

Here's the hypothetical scenario: I want to send a form/instant
message to a contact and get a response back in real time. The form/
dialog box contains a Yes or a No button. When the recipient contact
clicks Yes or No, the originating app is notified with the appropriate
response. In other words, I need to know if the recipient has clicked
Yes or No.

NOTE: The recipient might not have my app installed.

One solution is to send an SMS or IM with a link that they can click.
Once they click on a link, the WebKit displays a javascript/html page
with the two buttons. However, it's cumbersome and I'd prefer not to
launch a browser process. It also means I have to maintain server-side
scripts when all I want to know is which button was clicked.

I've looked at SmsManager in the Android SDK, and I might be able to
send a message with PendingIntent to use the AlertDialog.Builder
class. Will this work?  Any suggestions would be very much
appreciated.

Thanks.

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to