Tag Archives: email

Sending HTML Email With Android Intent

It’s very easy to send email via an Android intent. Here’s an example where we already have the subject and body prepared but want to let the user decide on the recipient: (It’s important to note that this should be … Continue reading

Posted in Code Samples | Tagged , , | 51 Comments