Android App for Android Developer NanoDegree Program. This app allow Udacity’s resident baker-in-chief, Miriam, to share her recipes. App allow user to select recipe and see video steps with text description.
- Use of Exoplayer to display videos
- Add widget to Ingredients of recipe
- Use Fragments to create a responsive design that works on phones and tablets.
- Constraint layout for UI to reduce view hierarchy
- MVP architecture
Butter Knife Retrofit LeakCanary
-
Provides an example for a basic Model-View-Presenter (MVP) architecture without using any architectural frameworks.
-
Act as a reference point for comparing and contrasting with other MVP architectural patterns.