Top "Share-intent" questions

Share image and text through Whatsapp or Facebook

I have in my app a share button and i want to share an image and a text at the …

android facebook whatsapp share-intent
How to get Path of image which is shared from whatsapp in android

I'm successfully implementing a method for retrieving the real path of an image from gallery by the Uri returned from …

android share-intent
Intent.ACTION_SEND not working on Oreo

I am developing a custom camera application which captures a picture and stores it in the gallery. When I share …

java android android-8.0-oreo share-intent
Android : Share intent is not working for video file path

I have a video file path and want to share the video on social media, but unable to share the …

java android video android-intent share-intent
Share image with action send

So i am trying to use Intent.ACTION_SEND to share an image from my app. This is the code …

android android-intent share-intent
Share Intent text using Kotlin on Android

I want to share text in my CardView using share Intent using kotlin but there is a problem with last …

android kotlin android-intent share-intent