This is my first app as an Android developer. All written in Kotlin language (which I learned on raywenderlich.com).
What is Reciplease?
Reciplease is a recipes app that aims at helping the user find a list of recipes according to a list of ingredients.
How does it work?
- User types its ingredients and hit the Search button
- Recipes will be fetched accordingly and displayed in a list
- User will be able to see the recipe details when selecting one
- Recipe can be saved to favorites hitting the top-right star button
Frameworks
- Retrofit + Coroutines - to handle network operations
- Room - to handle local storage for recipes
- Picasso - to handle images
APIs
- Edamam