https://github.com/carlosmonzon/bakingapp
Udacity nanodegree BakingApp project
https://github.com/carlosmonzon/bakingapp
android android-widget espresso-tests exoplayer mvp-architecture rxjava2 sqlbrite-rxjava udacity-android-nanodegree
Last synced: 7 months ago
JSON representation
Udacity nanodegree BakingApp project
- Host: GitHub
- URL: https://github.com/carlosmonzon/bakingapp
- Owner: carlosmonzon
- Created: 2017-10-20T05:06:24.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-10-21T05:47:29.000Z (over 8 years ago)
- Last Synced: 2025-07-01T03:03:39.011Z (7 months ago)
- Topics: android, android-widget, espresso-tests, exoplayer, mvp-architecture, rxjava2, sqlbrite-rxjava, udacity-android-nanodegree
- Language: Java
- Size: 1.91 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# BakingApp
Udacity nanodegree BakingApp project
## Features
* App displays recipes from provided network resource.
* App displays recipe ingredients and steps
* MediaPlayer/Exoplayer to display videos.
* Widget displays ingredient list for desired recipe.
* Phone and tablet support
## Screenshots



## Dependencies
* [Picasso](http://square.github.io/picasso/)
* [Retrofit](http://square.github.io/retrofit/)
* [SqlBrite](https://github.com/square/sqlbrite)
* [RxJava](https://github.com/ReactiveX/RxJava)
* [RxAndroid](https://github.com/ReactiveX/RxAndroid)
* [ExoPlayer](https://github.com/google/ExoPlayer)