Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement multi-platform Preferences #6

Closed
maximbircu opened this issue Mar 15, 2020 · 0 comments · Fixed by #10
Closed

Implement multi-platform Preferences #6

maximbircu opened this issue Mar 15, 2020 · 0 comments · Fixed by #10
Assignees
Labels
android Relates to Android platform feature New feature or request iOS Relates to iOS platform

Comments

@maximbircu
Copy link
Owner

Abstract

We need to implement a multiplatform Preferences mechanism to be able to persist configuration values on both iOS and Android.

Requirements

Implement multiplatform Preferences and use it as a dev tool configuration store.

Consumer flow

  1. Open the sample app;
  2. Notice a toggle tool on the screen; (Remember it's current state)
  3. Update the toggle tool
  4. Restart the app and make sure the configuration value was persisted and you don't see the old one.
@maximbircu maximbircu added the feature New feature or request label Mar 15, 2020
@maximbircu maximbircu self-assigned this Mar 20, 2020
@maximbircu maximbircu added android Relates to Android platform iOS Relates to iOS platform labels Apr 12, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
android Relates to Android platform feature New feature or request iOS Relates to iOS platform
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant