Go read about Loaders http://developer.android.com/guide/topics/fundamentals/loaders.html
I feel like that would be a great solution to this problem. It's quite popular to use AsyncTask for this sort of thing, you can look into that as well: http://stackoverflow.com/questions/6761089/how-to-load-images-from-a-url-txt-doc-in-async-task You have to change things, but basically the same method applies... kris On Mon, Feb 20, 2012 at 4:11 PM, Abu Hamzah <[email protected]> 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 url > http://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 [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

