Hi, I want to create a better video picker for my player. What I am doing today is
startActivityForResult( new Intent(Intent.ACTION_PICK, android.provider.MediaStore.Video.Media.INTERNAL_CONTENT_URI),PICK_VIDEO); but this brings up a basic list view. What I am trying to get is something with thumbnails to make it easier to surf through the list and pick the one he needs. Any suggestions? Abi -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en To unsubscribe from this group, send email to android-developers+unsubscribegooglegroups.com or reply to this email with the words "REMOVE ME" as the subject.

