Hello, i have a user preference in my app, which gets ued by different activity. I would like to know the best way to utilise those preferences between different activities in my App.
I have this idea to create a shared preference object from the main activity and from there send intents to the different activities to take actions. would it work?.. or just keep calling getsharedpreferences() from every activity?. Thank you.