[android-developers] Re: How does BaseAdapter communicate with its ListView?

2009-09-08 Thread WoodManEXP
Thanks Romain for the info. On Sep 6, 4:05 pm, Romain Guy romain...@google.com wrote: ListView just sets a ContentObserver on the adapter. On Sep 6, 2009 3:51 PM, WoodManEXP woodman...@gmail.com wrote: How does BaseAdapter communicate with its ListView? I was wondering how the BaseAdapter.

[android-developers] Re: How does BaseAdapter communicate with its ListView?

2009-09-06 Thread Romain Guy
ListView just sets a ContentObserver on the adapter. On Sep 6, 2009 3:51 PM, WoodManEXP woodman...@gmail.com wrote: How does BaseAdapter communicate with its ListView? I was wondering how the BaseAdapter. notifyDat... ListView.setAdapter(adapter). So the ListView then knows it's adapter to get