This app hides UI elements based on user behavior. It tracks per-user app opens and screen visits using SharedPreferences, showing Toast messages only a limited number of times. A simple example of reactive UI, persistence, and MVVM state management.
- Used shared prefs to store unique user Ids and track visit count when user opens the app
- If user lands on page visit count will be incremented
- if user exits app and returns to page it increments
User ID 1234User.1.-.Proof-1080.mov |
User ID 1111User.2.-.Proof-1080.mov |