About 302,000 results
Open links in new tab
  1. Sharing Bitmap via Android Intent - Stack Overflow

    In my android app, I have a bitmap (say b) and a button. Now when I click on the button, I want to share the bitmap. I am making use of the below code inside my onClick() to achieve this :- …

  2. How to Share Image of Your App with Another App in Android?

    Nov 23, 2022 · Most of the time while using an app we want to share images from the app to another app. While using Many Social Media Platforms we find this feature to be very useful …

  3. How to Share Image From URL with Intent in Android?

    Apr 26, 2025 · In this article, we will see how can we share images and text with Android Intent. In this activity URL of an image to be shared will be given with extra text and we will open the …

  4. Send simple data to other apps - Android Developers

    6 days ago · Android provides two ways for users to share data between apps: The Android Sharesheet is primarily designed for sending content outside your app and/or directly to …

  5. Android Share Intent for a Bitmap - Stack Overflow

    I try to export a bitmap from my app using share intent without saving a file for a temporal location. All the examples I found are two-step 1) save to SD Card and create Uri for that file 2) start the …

  6. How to Share an Image Using a Bitmap with Intent in Android

    Nov 8, 2024 · I'm working on an Android app in Kotlin, and I need to share an image generated as a Bitmap to other apps (like social media or messaging apps). I want to use an Intent for this, …

  7. Share Image and Text using android Intent - Medium

    Nov 21, 2019 · The ACTION_SEND helps to open the share intent where you will share your required data. Now we’ll learn how we share text and image using android Intent with the help …

  8. android share image from url - exchangetuts.com

    android share image from urlI want to share an image using the code: Intent sharingIntent = new Intent(Intent.ACTION_SEND); Uri imageUri

  9. Bitmap Basics in Android Development: Key Considerations for

    Nov 20, 2024 · In Android development, the Bitmap class offers various methods to create and manipulate bitmaps, each serving specific purposes: From an Array of Pixel Data: Use …

  10. Android Tutorial: Photo app – Save bitmap to SD card or Share

    In this tutorial I will show you how you can make a simple photo app. First the app allow you to take a picture with the embedded photo camera app. Second, the app will place this picture in …

Refresh