[android-developers] Re: keep alive xmpp connection

2013-08-12 Thread hardik shah
I am facing same problem . i am using xmpp/openfire. if you solved den can you share your code ?? On Friday, October 22, 2010 5:42:45 PM UTC+5:30, Jey wrote: > > Hi all, > >is there any way to keep my connection alive when the > screen goes off ? my xmpp connection is disconn

Re: [android-developers] play Audio one by one automatically

2012-10-25 Thread hardik shah
Use this method and call next song on this method. Mediaplayer.setOnCompletionListener(new OnCompletionListener() { @Override public void onCompletion(MediaPlayer mp) { } }); -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to thi