[android-developers] Can't show ProgressDialog during listview update

2010-02-18 Thread Ken H
What am I doing wrong here? I have a listview of items (songs on the sd card). The user has an option to load all the songs on the sd card to into a current playlist -- those songs are what is displayed in the listview. Because this can take few seconds to load if they have a lot of songs on the

Re: [android-developers] Can't show ProgressDialog during listview update

2010-02-18 Thread Frank Weiss
Use AsyncTask instead od Java threads. I'm not kidding, it's that simple. On Thu, Feb 18, 2010 at 10:21 AM, Ken H hunt1...@gmail.com wrote: What am I doing wrong here? I have a listview of items (songs on the sd card). The user has an option to load all the songs on the sd card to into a