[android-developers] Re: Getting the updated array of data from a ListView/Adapter

2010-08-10 Thread Kumar Bibek
Write a method in your adapter that will return all the data. -Kumar Bibek http://techdroid.kbeanie.com On Aug 10, 11:45 pm, Chris Stewart cstewart...@gmail.com wrote: I must be missing something simple here.  I've searched around but don't think my search query is touching on the right topics

Re: [android-developers] Re: Getting the updated array of data from a ListView/Adapter

2010-08-10 Thread Chris Stewart
I was able to get this to work. Now I'm facing a different issue with the list recycling and reloading the original data. Anyway, he's the blah method from above that works: private void blah() { int count = adapter.getCount(); ListView lv = (ListView)this.findViewById(R.id.lvList);