ورود

View Full Version : اشتراک گذاری عکس با image button



masoud444
دوشنبه 19 آبان 1393, 14:04 عصر
سلام من الان یه image button دارم میخوام وفتی روش کلیک کردیم یه عکسی رو که در drawable هست ارسال کنه به line , viber,instagram,… چیکار باید کرد؟؟

tux-world
دوشنبه 19 آبان 1393, 20:07 عصر
مثلا :

Intent sendIntent = new Intent();
sendIntent.setAction(Intent.ACTION_SEND);
sendIntent.putExtra(Intent.EXTRA_TEXT, smsBody);
sendIntent.setType("text/plain");
startActivity(sendIntent);