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, 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
>

-- 
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

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 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


[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(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