Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 981 Bytes

File metadata and controls

24 lines (15 loc) · 981 Bytes

BakingApp

An Android app where users can create, view, and share their recipes. The app utilizes fragments for modularity and is designed with a responsive layout that is optimized for phones and tablet devices. Rich media features include ExoPlayer to view video steps and onscreen widgets. Technologies used: Widgets, SQLite Databases, Content Providers, Udacity recipe API, Fragments, Butterknife, ExoPlayer, Espresso tests, GestureDetector, Picasso

Installation

git clone https://github.com/alexblass/BakingApp

cd BakingApp/

3rd Party Libs Credits

Butterknife by Jake Wharton: https://github.com/JakeWharton/butterknife

License: http://www.apache.org/licenses/LICENSE-2.0

Picasso by Square: http://square.github.io/picasso/

License: http://www.apache.org/licenses/LICENSE-2.0

ExpandableRecyclerView by ThoughtBot: https://github.com/thoughtbot/expandable-recycler-view

License: https://github.com/thoughtbot/expandable-recycler-view/blob/master/LICENSE