Re: [android-developers] Cursor Finalize

2010-08-10 Thread charles berman
yes it is. It only faults out the first time that this is called as well On Tue, Aug 10, 2010 at 10:42 AM, Kostya Vasilyev wrote: > The place to start is logcat output, up to and including "Caused by" line > and its output. > > Is mInflater initialized ? > > -- Kostya > > 10.08.2010 18:20, charl

Re: [android-developers] Cursor Finalize

2010-08-10 Thread Kostya Vasilyev
The place to start is logcat output, up to and including "Caused by" line and its output. Is mInflater initialized ? -- Kostya 10.08.2010 18:20, charles berman пишет: i am extending a CursorAdaptor and the first time that newview is called, i constantly come up with a cursor finalize error th

[android-developers] Cursor Finalize

2010-08-10 Thread charles berman
i am extending a CursorAdaptor and the first time that newview is called, i constantly come up with a cursor finalize error that i am having a difficult time tracking down. Ill supply all of the info that i can, but i dont know where to start other than @Override public View newView(Conte