Skip to content Skip to sidebar Skip to footer
Showing posts with the label Send

Android: Using Email Intent To Send Email, Possible To Alter Message Just Before Sending?

I'm using: Intent emailIntent = new Intent(android.content.Intent.ACTION_SEND); to send email,… Read more Android: Using Email Intent To Send Email, Possible To Alter Message Just Before Sending?

Android: Action_send Put Extra_stream From Res/drawable Folder Causes Crash

I am creating a game, and trying to allow the user to share their win via text/facebook/etc. I am … Read more Android: Action_send Put Extra_stream From Res/drawable Folder Causes Crash