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 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(Context context, Cursor cursor, ViewGroup parent) {


final View view = mInflater.inflate(R.layout.entry_row, parent, false);

return view;

}
--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


--
Kostya Vasilev -- WiFi Manager + pretty widget -- http://kmansoft.wordpress.com

--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to