Udacity Android Developer Nanodegree project baking app TheBakingApp will allow a user to select a recipe and see video-guided steps for how to complete it.
The recipe listing is located here.
Clone the GitHub repository.
$ git clone https://github.com/ashutosh160798/TheBakingApp.git
In this project you will:
- Use MediaPlayer/Exoplayer to display videos.
- Handle error cases in Android.
- Add a widget to your app experience.
- Leverage a third-party library in your app.
- Use Fragments to create a responsive design that works on phones and tablets.