[android-developers] Re: Android 2.2 MediaPlayer is working fine with one SHOUTcast URL but not with the other one

2012-01-13 Thread yaqub ahmad
See the solution here: http://stackoverflow.com/a/8833346/265167 On Jan 3, 8:06 am, yaqub ahmad wrote: > But why it was ok in the previous versions of Android like 1.6? > > On Dec 31 2011, 4:47 pm, sonu thomas wrote: > > > > > > > > > Android does not p

[android-developers] Re: Android 2.2 MediaPlayer is working fine with one SHOUTcast URL but not with the other one

2012-01-02 Thread yaqub ahmad
formats.html > > > > > > > > On Sat, Dec 31, 2011 at 8:31 AM, yaqub ahmad wrote: > > Please see the code i am using for streaming shoutcast stream, it > > works with one URL but NOT with the other one. > > > This one works: > > >    Uri myUri = Uri.parse(&qu

[android-developers] Android 2.2 MediaPlayer is working fine with one SHOUTcast URL but not with the other one

2011-12-30 Thread yaqub ahmad
Please see the code i am using for streaming shoutcast stream, it works with one URL but NOT with the other one. This one works: Uri myUri = Uri.parse("http://fr3.ah.fm:9000/";); But not with this one: Uri myUri = Uri.parse("http://ib3.islambox.tv:8011/";); SimpleMusicStream.java

[android-developers] ListView disappears after return from activity

2011-10-15 Thread yaqub ahmad
I have two screens the one which list the records in a listview **"ListView Screen"** & the second which is used for showing a specific record **"specific record screen"**. I am using grid_item.xml, which is used to hold the data of a row in the listview. the grid_item.xml is below: http: