i have problem with application context when i call ContentResolver cr=mContext.getContentResolver(); its return nullpointerexception and is coz of the appContext how i can reslove that any help with that thx on advance
Where is 'mContext' set? If you could show us the lines of code where it is declared and later set, that would help.
Since you are creating your own class here, you could pass the application context into this class' constructor for storage - but since you are [apparently] storing the context as a member variable, I would hope you are already doing something like that somewhere...
-- 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

