This is an Android Studio project of a recipes app built as part of Udacity's Android Nanodegree program. Built and kept for education purposes.
- Fetching data from the network and json parsing.
- Implements the exoplayer, acquiring and releasg resources when necessary.
- Implements a simple widget to display the last recipe's ingredients.
- Automated UI tests with the Espresso Framework.
- Implements Master/Detail flow with decent tablet support.
- Retains recycler item position on device rotation.
- Butterknife - Bind Android views and callbacks.
- Picasso - Image downloading and caching library.
- Espresso - The Espresso testing framework
- Cards Lib - Android Library to build a UI Card https://github.com/gabrielemariotti/cardslib
This project is licensed under the MIT License