Firemokey action select photo from gallery or make a picture - android

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!

Related

How to open Gallery and select whole album(folder) from android app?

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?

Auto sync recently captured image into ionic app android

I want to sync image or video to my ionic app as soon as user captures image or video. I got many solutions to capture image from ionic app. I even got the answer for manually selecting the picture from gallery, but I do not need that.
I want to achieve something as described by below image.
enter image description here
ShoeBox an app that is automatically syncs that image into their app after user takes a photo.
I want to do exactly the same. Any help would be appreciated.

How to open the Gallery view Under My app

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

Show gallery separated by folders

I want to acess gallery of an android device to get an photo, but I want that it shows the photos separeted by its folders.
I got a lot of examples, but all of them show the items in the same place.
A similar way that WhatsApp works when we want to pick a photo send.
Thanks in advance.

Adding an Album to the Android Photo Gallery (in code)

I would like to be able to create an Android app that adds additional photo albums to the default android photo gallery. The content of these albums would be remote, similar to how the Picasa albums are handled. I have looked into the media scanner and it seems to not handle remote content and I have not been able to find any reference for the gallery itself or any other means of providing additional photo albums.
I have done some searching on the android developers site, here and general Googling and have come up short... does anyone have any suggestions about how this can be accomplished?
Thanks in advance.
If you are talking about the android stock gallery, this is what ive found out:
The android albums are not actually albums, but folders.
You justo need to create a folder with the name you want the album to show and there must be at least one picture in it.
Hope it helps!

Categories

Resources