-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Calorie Log Adding Food Screen #5
Milestone
Comments
Closed
j-nguyen
pushed a commit
that referenced
this issue
Mar 24, 2017
… a new fragment called AddFoodFragment, primarily for searching food.
j-nguyen
pushed a commit
that referenced
this issue
Mar 24, 2017
… for search, as well as a recyclerview for displaying contents listed.
j-nguyen
pushed a commit
that referenced
this issue
Mar 26, 2017
j-nguyen
pushed a commit
that referenced
this issue
Mar 26, 2017
j-nguyen
pushed a commit
that referenced
this issue
Mar 26, 2017
j-nguyen
pushed a commit
that referenced
this issue
Mar 26, 2017
j-nguyen
pushed a commit
that referenced
this issue
Mar 26, 2017
I'm going to have to make it so if you scroll down, it loads more content. The API restricts the amount of data being sent, but it should be okay. |
j-nguyen
pushed a commit
that referenced
this issue
Mar 27, 2017
j-nguyen
pushed a commit
that referenced
this issue
Mar 28, 2017
… passes the food object to the fragment.
j-nguyen
pushed a commit
that referenced
this issue
Mar 28, 2017
…sults. Finished the FoodAPI and fixed the URL parameters. close #7
j-nguyen
pushed a commit
that referenced
this issue
Mar 28, 2017
j-nguyen
pushed a commit
that referenced
this issue
Mar 28, 2017
j-nguyen
added a commit
that referenced
this issue
Mar 29, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Purpose
This is inline with the #2 issue. This proceeds onto adding a new food/drink to your calorie tracker.
Mock-up
Description
The goal is to use an API that showcases nutritional facts. You can add custom ones, but a food API will list several foods for us which makes it easier on the user. Once searched up, we can the nutritional facts and then use it as a calorie tracker.
The text was updated successfully, but these errors were encountered: