Skip to content Skip to sidebar Skip to footer
Showing posts with the label Email Attachments

Sending An Email With An Attachment From An Application

I'm creating an app that has an 'export' feature which converts the user's data int… Read more Sending An Email With An Attachment From An Application

Unable To Send Email With Attachments From My App Using Intents (gmail)

I'm trying to send files (.log files) contained in a sdcard's folder using Intent. This is … Read more Unable To Send Email With Attachments From My App Using Intents (gmail)

Progressdialog In Asynctask Which Has A Thread In It

I want to upload an image to my server. Therfore i've build this and sending to the server work… Read more Progressdialog In Asynctask Which Has A Thread In It