I have seen this post and this very good article on how to open gallery app with an intent, let user choose a photo, and get a reference to the chosen photo in my own app.
I want that the user may be able to choose an album (a folder) on the gallery instead of a photo.
Is this possible with an intent? If yes, how? If not, what can I do?
Related
In android, if i want to select photos(example from whatsapp), many options will popup like gallery ,camera etc. If we select gallery , we can choose a photo and same will be provided to the parent app. How do i create an app like this gallery?
I am looking for a multiple image simple picker for a Facebook Album (from Facebook SDK).
I got some photos from a Facebook Album and i would let the user pick multiple photos in this one (max 5 photos) but i didn't find any solution.
In fact, the important is to allow the user to select a photo object from an URL, cause facebook photo object provides an URL (in fact, multiples URLs).
All solutions i found are about a gallery image picker from filesystem or camera, but i don't want that, i want the user selects from a list of image URLs and only from this one.
I am not an expert of Android ;-)
I am working on an App which is selecting a single picture at a time from the gallery. Right Now I have used the intent to open the gallery. But I do not want to use this. This is just because of the Use Case which is as below :
If the user Selects the Picture which is not in Portrait then my app should show him dialog to warn him that he is selecting the wrong Photo. Only Portrait photos are allowed.
So for this, I think If I would open the gallery by intent I can not achieve this, So I moved to another Idea , to bring all the photos from the gallery into the app. For this I tried using the Universal image loader, But Unfortunately it is slow and not looking good.
So is there any way to open the device Gallery into the app directly so please guide me share me the code or any link. thanks
I know it is possible with Android (see the post Android let user pick/capture photo from gallery or camera).
But is this also possible with FireMonkey?
Thanks in advance!
I am developing an application for Android I want the button in the .html file to show the device's native gallery (in my case is android) which user can select multiple images and present it's thumbnails in the html page.
I already watch the video in This Website and I still get confusing.
Thank you for all suggestion and solutions.
Ps. I found the solution of select multiple images Here but I am not sure how to use it. ;(
Unfortunately, this is not possible with the current Gallery application of Android.
Within the Gallery application, you can select multiple photos and you can share them using SEND_MULTIPLE Intent. But that is different.
When you select photo from your application, that is called PICKER. And PICKER Intent does not support multiple selection.