cclett2000 / bitfit

Project 5 for CodePath

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Android Project 5 - BitFit

Submitted by: Charles Lett Jr.

BitFit is a health metrics app that allows users to track the calorie count of foods they consume throughout the day.

Time spent: 11 hours spent in total

Required Features

The following required functionality is completed:

  • At least one health metric is tracked (based on user input)
    • Chosen metric(s): Calories
  • There is a "create entry" UI that prompts users to make their daily entry
  • New entries are saved in a database and then updated in the RecyclerView
  • On application restart, previously entered entries are preserved (i.e., are persistent)

The following optional features are implemented:

  • Create a UI for tracking averages and trends in metrics
  • Improve and customize the user interface through styling and coloring
  • Implement orientation responsivity
  • Add a daily photo feature

The following additional features are implemented:

  • Implemented randomization for daily image.
  • User can tap the image to randomly select another image.

Video Walkthrough

Here's a walkthrough of implemented user stories:

Video Walkthrough

Video Walkthrough

GIF created with LiceCap.

Notes

SQLite syntax is VERY particular

  • I spent two hours debugging an ellusive space in one of my queries xD

License

Copyright [2022] [Charles Lett Jr.]

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

About

Project 5 for CodePath


Languages

Language:Kotlin 100.0%