share images

  1. kalil

    Android Question Share multiple images

    Hi every one i'm new here, i would like to share multiple images at the same time please i need some help i tried this code from Erel but it shares only one image how can i share multiple images? Dim FileName As String = "im1.png" File.Copy(File.DirInternal, FileName, Provider.SharedFolder...
  2. A

    Android Question Share image throw FileProvider class

    Hello, I tried to use Erel's new class (https://www.b4x.com/android/forum/threads/class-fileprovider-share-files.97865/#content) to share an image. I tried to share an image by the example of sharing a file, but the app crashed... Does anybody have an example of sharing an image(only) using...
  3. KMatle

    Android Example Retrieve one or multiple image(s) shared to your app

    With this code you can retrieve images shared to your app (e.g. if a user selects one or more images from the gallery and selects "Share..."). No permissions are required as the user selects the images :) Add this to the manifest (send = one image, multiple = multiple images) *code optimized*...
  4. D

    Android Question Receiving multiple shared images from other apps

    Following the tutorial here: https://www.b4x.com/android/forum/threads/receiving-shared-images-from-other-apps.81041/#post-574557 I was wondering if the code in the above tutorial can be modified to accept multiple images... We need a new manifest addition: AddActivityText(Main...
Top