Greetings,

I am attempting to play a preview of a song in my application.  THis
is accomplished quite simply using the standard mediaplayer API and
seemd to work exactly as I want it to.  My question is this:

Does the MediaPlayer save the file music file on the device somewhere?

the main thrust of my code is this:

                        MediaPlayer mediaPlayer = new MediaPlayer();
                        mediaPlayer.setDataSource(<URL TO MEDIA
FILE>);
                        mediaPlayer.prepare();
                        mediaPlayer.start();


So does the file get stored anywhere on the device?  I do not think it
does, as I cannot seem to find it anywhere, but wanted to double
check.

Thanks,
Mike

-- 
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