nazrinharris / pecunia

Massively ambitious personal finance app.
1 stars 0 forks source link

Implement a onboarding screen to explain the current version to new users #125

Closed nazrinharris closed 10 months ago

nazrinharris commented 10 months ago

Would need a user-independent database to store whether the user has been to the onboarding screen or not. Since I'm planning to introduce a user-dependent database in the next PR, I believe using another storage solution would be the simplest way forward. Specifically I'll be using shared_preferences.

Deed

nazrinharris commented 10 months ago

Should be complete with f8817c8 in #118