I am making a Honeycomb optimized app, and I would like to make a feedback button.
I used to be an iOS developer, and there was this built in Email popup that you could send an email or feedback from without exiting the app to go to the email app.
Is there something like this in Honeycomb? Like some way to send email through a dialog?
That would be greeat, otherwise I am open to any other suggestions of ways I can get user feedback/feature requests.
There’s no built in “popup” but you can use an E-mail intent to start the email client (of the user’s choice) with a preset “to” email address:
If the user has multiple mail Apps configured, this will open an “open with” dialog where the different Apps will show up, and where the user can choose whichever one he wants.