Progressbar blocks notiyfyDatasetChanged() method in Android
- by pathfinder
I'm trying to display a ProgressBar while a listview is being populated.
This is my XML
<FrameLayout
android:layout_width="fill_parent"
android:layout_height="wrap_content" >
<ListView
android:id="@android:id/list"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
…