[android-developers] Doubt w.r.t content resolver

2009-12-31 Thread deeMurthy
Hi

Is it possible to access the content resolver methods in a class
extending from AppWidgetProvider class? Have been trying to do it with
no luck so far. Please help.

Many Thanks!

-- 
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] Doubt w.r.t content resolver

2009-12-31 Thread Rui Wu
All member functions in AppWidgetProvider have a Context type. I think you
can call Context's getContentResolver() to get an content resolver intance.




2009/12/31 deeMurthy darshana.mur...@wipro.com

 Hi

 Is it possible to access the content resolver methods in a class
 extending from AppWidgetProvider class? Have been trying to do it with
 no luck so far. Please help.

 Many Thanks!

 --
 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.comandroid-developers%2bunsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/android-developers?hl=en




-- 
BRs,
Rui

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