Hi Abu,

http://ofertaweb.ro/android/sleepandlovemusic/list_files.php  api
output is one string
u can do this way ,
1. get the content of that url in string format
String output =
"Crickets_near_a_River:::Waterfall:::rainforest_sound:::Quick_Rain:::Atlantic_Ocean......";

2. string split of ":::" and put into ArrayList
3. Display ArrayList in listview

Enjoy
Moktarul

On Feb 21, 2:11 am, Abu Hamzah <abuhamza...@gmail.com> wrote:
> i have posted my question here
> (http://stackoverflow.com/questions/9355617/android-mediaplayer-
> streaming-music) but no avail, can anybody look at the question let me
> know what i am missing?
> i am trying a way to populate listview items from this 
> urlhttp://ofertaweb.ro/android/sleepandlovemusic/list_files.php
>
> anybody please?

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