Hi,
I am currently learning to implement this architecture in a small Android app but I am not sure where I should create and keep my Store? How would I handle saving/restoring the state if I do it in a application wide Singleton? Or would it be a good idea to use the Android Arch. Components ViewModel Class and create a store for every activity?
Thanks for your input!