I\'m trying to share images with Facebook, twitter, etc using SHARE INTENT from Android.
SHARE INTENT
I found code to send a image to the share intent, but this code
String picName = "pic.jpg"; String PATH = Environment.getExternalStorageDirectory().getPath()+ picName; File f = new File(PATH); Uri yourUri = Uri.fromFile(f);