A Functioning Android App which I built as one of my project during my Udacity Associate Android Developer FastTrack program
- This app implements the MVP pattern, RxJava, Dependency Injection(Custom).
- This app showcases responsive UI both for phone and tablet devices.
- Show a list of recipes
- Show a list of steps involved and a video icon if the step has a video
- Show a Card containing the ingredients of the recipe
- Use Exoplayer to show videos of steps involved in a recipe.
- Add a widget to show recipe ingredients on home screen.
- UI and Intents Test with Espresso
You can clone this repo by running this command git clone
on git bash or linux/mac terminal.
To run the App on your device, just import to android studio from gradle. Then Sync project so gradle can download everything you need
- RxJava
- RxAndroid
- Retrofit
- ExoPlayer
- ButterKnife
- Gson
- Okhttp3
- Glide
- Guava
- Espresso
- Timber
- Material Values
Please feel free to make a pull request. There is so much to improve on.
Also few tests have been written, and hopefully we can have more from your contribution so to fix those hidden bugs and ensure the project is safe to use for learning
- e-mail : [email protected]
- Twitter: @kanyinsola_f
MIT License
Copyright (c) [2017] [Kanyinsola Fapohunda Oyindamola]
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE