An open API service indexing awesome lists of open source software.

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

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
![screen](../master/art/phone_detail.png)
![screen](../master/art/phone_step_detail.png)
![screen](../master/art/tablet_detail.png)

## 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)