Today’s workCreative App Lab · Habit Tracker
← Back to Today
Lesson context

Prototype and improve the interaction flow.

Objective: Build the core Habit Tracker flow, then test one interaction and revise a confusing step.

Previous sessionSet up the primary screen and basic navigation.
Expected learningExplain one design choice and improve it after testing.
Learning environmentYour existing app-building workspace
Open the learning workspace →

The Learning Hub stays available for guidance; it does not replace the app-building environment.

Walkthrough preview

Interaction-flow walkthrough

A short, silent walkthrough.

Reference preview

Interaction-flow pattern

A reference for moving between Habit Tracker screens.

screen = "Today"
if action == "add_habit":
    screen = "New habit"

# Test whether the next screen is clear.
Guide preview

Design testing checklist

A compact checklist for noticing and revising one confusing step.

  • Can someone identify the next action?
  • Does the screen explain what changed?
  • Which step caused hesitation?
← All perspectives