I need to allow users of my app to select a song from their music
library. I also need to only show a subset of the songs, based on
artist and title. I implemented this with a ListView and tried to make
it look like the Music app. However, I was wondering if it is possible
to use the MusicPicker activity from the Music app? I found the code:

http://android.git.kernel.org/?p=platform/packages/apps/Music.git;a=blob;f=src/com/android/music/MusicPicker.java

I notice the com.android.music package is not part of the android JAR.
Do I need an additional JAR? I'm guessing not, and that I need to use
an Intent. What intent do I use? How do I filter the songs displayed
based on the artist and title?

Thanks!
-Nate
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to