yes i know but the problem is i don't know where its coming from this is
line 129
@Override public boolean onQueryTextChange(String newText) {
System.out.println(newText);
mCurFilter = !TextUtils.isEmpty(newText) ? newText : null;
mAdapter.getFilter().filter(mCurFilter); // LINE 129
return true;
}
Op woensdag 11 april 2012 17:13:15 UTC+2 schreef MagouyaWare het volgende:
>
> 04-09 10:48:51.072: E/AndroidRuntime(933): FATAL EXCEPTION: main
>> 04-09 10:48:51.072: E/AndroidRuntime(933): java.lang.NullPointerException
>>
> 04-09 10:48:51.072: E/AndroidRuntime(933): at
>> com.appspot.workarts.calandrooster.LeerlingFragment$Fragment.onQueryTextChange(LeerlingFragment.java:129)
>>
>
> Well... this tells me that you are getting a NullPointerException in
> LeerlingFragment.java on line 129... So figure out what is null and then
> fix it.
>
> Thanks,
> Justin Anderson
> MagouyaWare Developer
> http://sites.google.com/site/magouyaware
>
>
> On Wed, Apr 11, 2012 at 2:21 AM, Lars <[email protected]> wrote:
>
>> Any idea??!!! I really need help with it
>>
>> --
>> 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
>>
>
>
--
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