Skip to content

Commit

Permalink
Update README.md with screenshots of EPONA
Browse files Browse the repository at this point in the history
  • Loading branch information
bedirhantong committed Jun 24, 2023
1 parent ed5fc3d commit 9c26d9c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

* [About](#about)
* [Features](#features)
* [Screenshots](#screenshots)
* [Managing](#managing)
* [Libraries](#libraries)
* [Installing Epona](#setup)
Expand All @@ -30,6 +31,12 @@
5. `Detailed user profile with activity statistics.`
- The profile includes a table of the number of steps taken in the current day by hours and a brief summary of the different activities performed during the day.

## Screenshots

<a href='https://www.linkpicture.com/view.php?img=LPic6497471845659975571296'><img src='https://www.linkpicture.com/q/5_10.jpg' type='image'></a>
<a href='https://www.linkpicture.com/view.php?img=LPic6497471845659975571296'><img src='https://www.linkpicture.com/q/6_634.jpg' type='image'></a>


## Managing
- When you finish any healthy activity and save it to the history, you will skipping to the [`AddActivitiesAndShowToUser.kt`](https://github.com/bedirhantong/PersonalHealthTrackerApp/blob/master/app/src/main/java/com/example/personalhealthtracker/data/AddActivitiesAndShowToUser.kt) to see the statistics of your healthy activity and has an option to save it to the history.
- If you click save button, you will be skipping to the [`ProfileFragment.kt`](https://github.com/bedirhantong/PersonalHealthTrackerApp/blob/master/app/src/main/java/com/example/personalhealthtracker/ui/profile/ProfileFragment.kt). In the background I will add it to the `Firestore` with a query. That lists the healthy activities based on their activity type on `Firestore`.
Expand Down

0 comments on commit 9c26d9c

Please sign in to comment.