Daniel Jacoby , Won Kyu Jeong
Menu maker is the app that users can search recipes and store the recipes in their database if they like. We used TheMealDB API for the recipe informations.
- User can create his/her account
- User can login with his/her account
- User can search recipe by its name
- User can can see the details of the recipe by clicking the item in recyclerview
- User can store the recipe by clicking the star button
- User can see their saved recipe in "Display my recipe"
The following optional features are implemented:
- User can find random recipe by clicking the random button
- User can search recipes start with the specific letter by clicking each letter button
Here's a walkthrough of implemented user stories:
GIF created with GIPHY.
- Android Async HTTP - Simple asynchronous HTTP requests with JSON parsing
- Glide - Image loading and caching library for Android
- Picasso - Image loading with url
- Parceler - Wrap the content and push to another activity
