How to share image to social media with bitmap?
问题 I need to share an image from my RecyclerAdapter because the image does not initially exist, i.e. is loaded within the Activity making use of the adapter. How can I share the bitmap to social media? Every time I click share in my app it says "No apps can perform this action". feedItemView.setFeedSocialShareClickListener(new View.OnClickListener() { @Override public void onClick(View v) { // Share to Social Media ImageView imageView = (ImageView) feedItemView.findViewById(R.id.image); Drawable