[android-developers] SimpleAdapter is not updatable after a Filter request has been made

2010-08-16 Thread Greg Giacovelli
So I was playing around with a ListView backed by a SimpleAdapter who's data is loaded via an async task. Now I can refill this adapter and use the notifyDataSetChanged methods to update the listView to display the correct contents. Ok that's cool. But then when I try to filter the results based

Re: [android-developers] SimpleAdapter is not updatable after a Filter request has been made

2010-08-16 Thread Lloyd Mc Farlane
!22VA iiiuiiB, n. ,: Greg Giacovelli miyamo...@gmail.com wrote: So I was playing around with a ListView backed by a SimpleAdapter who's data is loaded via an async task. Now I can refill this adapter and use the notifyDataSetChanged methods to update the listView to display the correct

Re: [android-developers] SimpleAdapter is not updatable after a Filter request has been made

2010-08-16 Thread Lloyd Mc Farlane
N Greg Giacovelli miyamo...@gmail.com wrote: So I was playing around with a ListView backed by a SimpleAdapter who's data is loaded via an async task. Now I can refill this adapter and use the notifyDataSetChanged methods to update the listView to display the correct contents. Ok that's cool.