Re: [android-developers] Music Playing

2011-05-09 Thread gaurav gupta
hi , u sud to fetch ur all music from ur sdcard,which will be stored with all detail information like album,artist. then fetch it , display all the songs in a listview and its onclick listener will start mediaplayer and that particular song_uri in default media player of android , u will find forwa

[android-developers] Music Playing

2011-05-09 Thread Felix Garcia Lainez
Hi, I would like to add some music functionality on my application. The idea is to show a list of device songs/albums/artists, and after user choose some of them, then start playing on my application. Also i would like to have some basic controls in one of my activities (next, prev, pause/play)...

[android-developers] Music Playing

2011-05-09 Thread Felix Garcia Lainez
Hi, I would like to add some music functionality on my application. The idea is to show a list of device songs/albums/artists, and after user choose some of them, then start playing on my application. Also i would like to have some basic controls in one of my activities (next, prev, pause/play)...

[android-developers] Music playing causes SoundPool Notification Stream to play at half volume

2010-02-11 Thread Guy Hoffman
It seems that a combination of SoundPool and music playing has an unexpected and unwanted behavior: When music is playing (on STREAM_MUSIC), even if its volume is down, the sounds played by SoundPool (on STREAM_NOTIFICATION) are at 50% of the volume than when no music is playing. This is the code