The Android platform have a number of "ready easy use" dialog such as ProgressDialog, DatePickerDialog and TimePickerDialog, these are fire and wait boxes, that is, they handle UI, right data and return something.
Is there a similar dialogbox for the mediastorage ?
I want something like "AudioFilePickerDialog" which shows a UI to the user where the user pick a audio file and return the path/uri to the audio file.
Do I need to build this dialog box up myself or does it exists somewhere ?
One of the few examples I have found is Given an Android music playlist name, how can one find the songs in the playlist?
but this handles playlists.
/Stefan