I\'m working on an android application that needs to obtain a random picture from the Gallery on an android device. Problem is I\'ve only been able to find
I would probably use this method, then throw the IDs into an Array and just use the Random object to get a random integer from 0 to array size.