Submitted by: Jacob Tang
"FoodFinder" is a user-friendly mobile application designed to help users discover new and exciting recipes when they can't decide what to cook for their meals. It takes away the stress of meal planning and injects an element of surprise and adventure into the cooking experience.
- Has a title screen that provides the user with a short description of the app
- Provides the user with a random recipe retrieved from a meal API. (https://www.themealdb.com/api.php)
- Provides the user with the option to view instructions on how to cook meal and a link to a YouTube video demonstration on different layout views
Here's a video / GIF that demos all of the app's implemented features:
GIF created with Kap
- Learned how to implement an on click listener to switch layout views when clicking a button.
- Strengthened my knowledge on how to retrieve and parse data from an API.
- Learned how to preserve data/ variables when switching between layouts.
Copyright 2023 Jacob Tang
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.
