I am fairly new to android.
I have an activity in my application. I used shared preferences to store some data related to that activity. Now, how can I access those stored data from another service class? Is it possible?
Your attention is highly appreciated.
Seeing as you’re already in an application component that extends Context, you can simply use:
Make sure you call this in or after
onCreate().