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 [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to