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 ;-)
Related
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?
My app allows users to upload videos to my server. Presently I use ThumbnailUtils.createVideoThumbnail to create a thumbnail to upload with the video. How might I go about allowing the user to select a thumbnail?
I understand that I would use a RecyclerView or ListView with an Adapter. I get that much. But how do I go about loading them with thumbnails for the user to choose from?
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.
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.
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!