Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I'm working on my first app and all I want is to import/use/access all photos in a single album. In general the user should create a folder where my app can get custom artwork from.

So far I've build a ListView Dialog and have been at filling it with a list of folders in the gallery folder.

Then I found this: Selecting a single photo and getting it's album's contents. http://stackoverflow.com/a/6041293/1931743

In a perfect world I'd use android's build in image picker to select a single album but I haven't found a solution for this.

What's your recommendation? Staying with ListView or is there a way of selecting a single album with stock Dialogs?

Thank You!

share|improve this question
There is a Gallery View. or alternatives like coverflow stackoverflow.com/questions/8281129/android-gallery-view – Doomsknight Dec 27 '12 at 10:00
Take a look at this: stackoverflow.com/questions/2507898/… – Osha Mahue Dec 27 '12 at 10:06
I think you're getting me wrong. I'm sorry. What I want is a list of all pictures in one single album. I'm looking for the best way to select it (the album). – Till Dec 27 '12 at 10:11

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.