Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kossy205 committed Jul 19, 2023
1 parent 435edbd commit c1294cb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ Snap Workout is an open source fitness android app for people who don't need muc
It guides users in a 7 minutes exercise session and then record each completed session locally in your device.

It was built using the following:
> Kotlin for android
> Kotlin Coroutines for asynchronous operations which gives the app a faster response and better battery efficiency
> Room DB for storing exercise history locally so users can track daily exercises
> ViewBinding which also improves the apps performance
1: Kotlin for android
2: Kotlin Coroutines for asynchronous operations which gives the app a faster response and better battery efficiency
3: Room DB for storing exercise history locally so users can track daily exercises
4: ViewBinding which also improves the apps performance

Snap Workout also provides BMI calculations for users to monitor their weights.

0 comments on commit c1294cb

Please sign in to comment.