Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

mkCoding/FitnessLogApp

Repository files navigation

Description

  • Design a simple two-screen fitness logging app with input validation, conditional UI, and summary display.

Users should be able to:

  1. Enter a fitness log (exercise name, duration, difficulty)
  2. Validate the inputs
  3. Compute calories burned (simple formula)
  4. Navigate to a summary screen
  5. Display all details + computed result

Additional Notes:

  • Calories Burned = duration * difficultyMultiplier
  • difficultyMultipliers:
    • Easy = 4
    • Medium = 6
    • Hard = 8

What I learned

  • How to navigate from one screen to another with arguments in AppNavGraph
  • Using Dropdown Menus to select from list of values and pass those values to another screen
  • Use Objects to create constants for Navigation routes
  • Incorporate separation of conserns in Composable Screen

Video Proof

Proof.of.Fitness.App.mov

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

AltStyle によって変換されたページ (->オリジナル) /