An app to view video recipes. It is one of the projects for Udacity Android Developer Nanodegree.
- Get fresh recipes to bake something tasty
- Retrieve old recipes fast - the app uses a Room database to store recipes
- Keep a list of ingredients handy using a homescreen widget
- Enjoy advantages of a tablet's large screen size with a two-pane layout
- MVVM architecture with Android Architecture Components and a use of a repository pattern
- Dagger 2 for dependency injections
- Fragments for a responsive design that works on phones and tablets
- ExoPlayer to display videos
- Sample UI tests with Espresso and Mockito
- Android Architecture Components (LiveData, ViewModel, Room)
- Dagger 2
- Retrofit
- Picasso
- ExoPlayer
- Espresso and Mockito
Copyright 2018 Roman Potapov
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.