Top "Android-sharing" questions

In Android, sharing is the action of sending data (text, images, &c) to a different application or device (often chosen from a list of available targets instead of explicitly chosen).

How to filter specific apps for ACTION_SEND intent (and set a different text for each app)

How can you filter out specific apps when using the ACTION_SEND intent? This question has been asked in various …

android android-intent android-sharing
Share Text on Facebook from Android App via ACTION_SEND

I have an Android app and it supports sending text via other apps. It therefore uses the ACTION_SEND intent …

android facebook android-intent android-sharing
How to Share Image + Text together using ACTION_SEND in android?

I want to share Text + Image together using ACTION_SEND in android, I am using below code, I can share …

android android-intent intentfilter android-sharing
Android share image URL with Facebook SharePhotoContent

I'm trying to share a photo using Facebook's new SharePhoto & SharePhotoContent classes in the new SDK. I'd like to …

android facebook facebook-sdk-4.0 android-sharing
How to share a text link via text intent?

I want to share a text clicking on which the user will navigate to a url via android share intent. …

android android-intent android-sharing
TransactionTooLargeException even when file size is super small

I keep getting this error when trying share an image file: java.lang.RuntimeException: android.os.TransactionTooLargeException: data parcel size 1085992 …

android android-intent android-sharing
Android sharing image doesn't work

I am trying to share a screenshot of the application using the following code: View content = findViewById(R.id.layoutHome); …

android android-intent android-sdcard android-sharing
How to share *.txt file in android

I tried many ways but I can't do this. I have a *.txt file. I want to share it via …

android android-file android-sharing