Hi guys, I'm still new to ionic and I am trying to explore the concept of localStorage.
What I am trying to do:
1. User sees detail template for an activity (e.g. lesson 1)
2. User is able to indicate 'in Progress' or 'Done' - either or (thus radio button)
3. I want to store this selection based on activity (e.g. lesson 1 'in Progress')
4. I want to be able to show the user what activities are in progress in a separate template
Anybody has experience with this? Thanks for any help, cheers!