0

I am currently developing an app where an image is generated based on the users score in a game. I would like for an option for the user to save the image on to their phone as well as post the image on to facebook.

Is this possible? I cannot find any real documentation.

Thanks.

1 Answers1

1

You can make Bitmap from the View Controls like TextView you might be using - To Create Bitmap

After Creating The Bitmap You can write it to SDCard - To Save To SDCard - more You can search for this on net

To Upload to Facebook - To Facebook Upload - more You can search for this on net

Community
  • 1
  • 1
MKJParekh
  • 34,073
  • 11
  • 87
  • 98