[android-developers] Re: Null Pointer Exception on simple People query

2008-05-07 Thread kingkung
I'm sorry, it's not that it returs a null pointer exception, it's that when I query the People database on my second activity, cursor.first() returns false!!! All of the people are still in the database (nothing's changed)... why would the query from my first activity return the list of People, a

[android-developers] Re: Null Pointer Exception on simple People query

2008-05-06 Thread Ahmet A. Akin
maybe you should write the stack trace. On Tue, May 6, 2008 at 9:29 PM, kingkung <[EMAIL PROTECTED]> wrote: > > Hey all, > > Not sure what I"m doing wrong... > > I have a dbHelper which makes a query for all of the rows in People. > > When I do this query in my first activity, initializing db