Re: [android-developers] Re: Problems playing diferents songs with Android MediaPlayer

2013-05-01 Thread TreKing
On Tue, Apr 30, 2013 at 10:20 AM, bob wrote: > Maybe in the *onPause* method of the SongPlay activity, you tell it to > stop playing the song? > > That would mean you'd have to keep that activity on top or it would stop playing the song if you tried to do anything else on your device, which would

[android-developers] Re: Problems playing diferents songs with Android MediaPlayer

2013-04-30 Thread bob
Maybe in the *onPause* method of the SongPlay activity, you tell it to stop playing the song? Thanks. On Monday, April 29, 2013 4:44:53 PM UTC-5, Luis Torres Coronel wrote: > > Hi guys, a question, > I have three songs in a list (listview), selected one of these will launch > a new activ