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.