I'm working on a simple Android app to teach myself Android development before I tackle something larger. It's just a small app that allows you to change wallpaper and ringtone settings (and maybe more). I know it's quite pointless but, as I said, it's just an educational project.
So far, everything's working but it's using text boxes with absolute paths for the wallpapers and ringtones. What I'm wanting to do is have activities which allow you to select wallpapers and ringtones. A file browser activity, maybe, or even something specifically tailorered to my needs like a wallpaper selection activity or ringtone selection activity. I've been scouring the Android SDK docs but I can't see anything about a file browsing activity (which I would assume to be a common thing) so I'm going to assume that I'm going to have to roll my own. Is this correct? I've seen the RingtonePreference activity, so I can probably get away with using that for browsing for ringtones but there doesn't appear to be anything similar for wallpapers. Any help will be much appreciated -- You received this message because you are subscribed to the Google Groups "Android Beginners" group. NEW! Try asking and tagging your question on Stack Overflow at http://stackoverflow.com/questions/tagged/android To unsubscribe from this group, send email to android-beginners+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-beginners?hl=en