On Thu, Jan 13, 2011 at 1:01 PM, gonzobrains <[email protected]> wrote:
> Yeah, I kind of get the fact that I need to only add them once, but I don't > see how it is that I'm adding them twice right now. > That's a lot of random code to look through. Step through your debugger and break at each point you add something to your adapter and at each call to getView(). That should give you an idea of where you're going wrong. ------------------------------------------------------------------------------------------------- TreKing <http://sites.google.com/site/rezmobileapps/treking> - Chicago transit tracking app for Android-powered devices -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

