[android-developers] Re: error in custom list adapter

2013-01-07 Thread jason_gates
Hi, I would recommend verifying ArrayList instances have been instantiated (not NULL) and have values. Your performing a get() (E.G. objects.get(position);) again without checking for NULL values. In general I always string test my code by running it through a source code debugger. If you ar

[android-developers] Re: error in custom list adapter

2012-12-25 Thread Jonathan S
i see Attendance_print a=null; you don't need to import android.R; On Tuesday, December 25, 2012 12:18:06 PM UTC-5, Gaurav wrote: > > > > hey, > i am making an application in which i have to list the attendance of > people. I want to show name,total attendance, and present number in list of > e