tags:

views:

31

answers:

1

What's the best way to list all pictures in an Android device?

I'm not looking to let the user pick one (I believe there's an intent for that), I just want to list them all programmatically.

A pseudo-code example would be much appreciated.

+2  A: 

Here you can get a code sample

Roflcoptr