I had asked the question " Is it possible to pass a variable to the
characters method event in the XMLReader.parse() of a SAX2 driver? If so
does anyone have an example? and was sent a message to use
PreferenceManager.getDefaultSharedPreferences().
I entered the statement:

 SharedPreferences mySharedPreferences =

                PreferenceManager.getDefaultSharedPreferences(*this*);

and received the message :
“The method getDefaultSharedPreferences(Context) in the type PreferenceManager
is not applicable for the arguments (RSSHandler)”.
Am I missing something or is this not a solution?

Thanks,
Gene


On Sun, Jul 11, 2010 at 1:26 AM, Jeruliu <jeru....@gmail.com> wrote:

> Thanks, you solved my problem, again.
>
> On Jul 9, 7:40 pm, Mark Murphy <mmur...@commonsware.com> wrote:
> > On Fri, Jul 9, 2010 at 5:03 AM, Jeruliu <jeru....@gmail.com> wrote:
> > > Thanks, actually i need to access the shared preference in a class
> > > that extends from BroadcastReceiver, how can i call the context then?
> >
> > PreferenceManager.getDefaultSharedPreferences(), passing in the
> > Context supplied to you in onReceive() of your BroadcastReceiver.
> >
> > --
> > Mark Murphy (a Commons Guy)http://commonsware.com|
> http://github.com/commonsguyhttp://commonsware.com/blog|http://twitter.com/commonsguy<http://github.com/commonsguyhttp://commonsware.com/blog%7Chttp://twitter.com/commonsguy>
>  >
> > _The Busy Coder's Guide to Android Development_ Version 3.1 Available!
>
> --
> 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<android-developers%2bunsubscr...@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

Reply via email to