Hi everybody, Im using the code of this example:
to receive an image from other apps to my virtual catalog app.
My problem is that when I created a list with images and then I receive a shared image, the activity suddenly Resets and this shared image becomes image #1 and erase everything else, I can´t use debug mode because sharing only run in release mode.
So, I could sort this by and saving my previous images before receiving from other apps and when receiving first loading previous images and then loading the shared image, but i wish to know if this happened by some sort of bug or Im mistaken someting.
Thanks in Advanced
Receiving shared images from other apps
This example shows how to create an app that can act as a sharing target. It will be listed in the list of apps that show when the user shares an image. The first step is to add an intent filter to the manifest editor. The intent filter tells the OS which types of resources the app supports...
www.b4x.com
My problem is that when I created a list with images and then I receive a shared image, the activity suddenly Resets and this shared image becomes image #1 and erase everything else, I can´t use debug mode because sharing only run in release mode.
So, I could sort this by and saving my previous images before receiving from other apps and when receiving first loading previous images and then loading the shared image, but i wish to know if this happened by some sort of bug or Im mistaken someting.
Thanks in Advanced