If I can believe the debugger, my getView function is never called
between notifyDataSetChanged and the crash.  The only calls to my
adapter are three calls to getCount, which in my main test case happen
to return 13. (There's a group of 7, and group of 4, and two
headers).  I had 24 entries before the reload method, so there are
definitely less entries than before.

Any other ideas where I can look?  Would it help if I posted a larger
example?

Wendell

On Feb 16, 11:35 am, TreKing <treking...@gmail.com> wrote:
> On Tue, Feb 16, 2010 at 1:54 AM, whicken <whic...@gmail.com> wrote:
> > Any ideas where I should be looking?
>
> I would step through the getView() function in your custom adapter and see
> what indices it's trying to get at when it breaks and how many objects you
> actually have stored. That might give you more of a clue as to where you're
> going wrong.
>
> --------------------------------------------------------------------------- 
> ----------------------
> TreKing - Chicago transit tracking app for Android-powered 
> deviceshttp://sites.google.com/site/rezmobileapps/treking

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to