I have a question about how to send email in android.
My app creates an xml file, and I want the application to send this file via email.
I have a button to send mail, but I don't know attach the file. I have been reading this tutorial and the send mail function of my app is similar: http://mobile.tutsplus.com/tutorials/android/android-email-intent/
My second problem is finding a way to get an email address from the address book. Anyone have a tutorial on this?