In my app I can get a screen capture and save it to the sd card. I was wondering if it’s possible to share it from my app to Whatsapp, for example, as the gallery app does.
In the gallery, you have the chance of “sharing” the file to Whatsapp, Facebook or Twitter.
Can i do the same from my app? How?
Thank you!
Yes, you can.
Here is a detailed link: http://android-developers.blogspot.com/2012/02/share-with-intents.html
So just add a “share” button and execute
startActivity(shareIntent).