I know this would be a beginners question (Somesome of you might think)
But i but I would like to know different approaches for this.
I have a game with lets say 20 unlockable items, at the main menu iI have a button where the user can go to aan activity and view the unlockable items.
So iI would like for it to have a "Locked image" and under it a text telling you what the item is, and maybe how to unlock it.
What is the best way of going about this?
And then when the item is unlocked during the game, maybe put a variable in the sharedpreference,shared preference and check at the beginning of the Activityactivity with the unlockabled items.
Let me know what you guys think. Thanks.
What is the best way for this?