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
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
2 matches
Mail list logo