Concept application that lists recipes and support users on the cooking process displaying ingredients and steps.
This application was created as an exercise for the Udacity Android Nanodegree program.
If you just want to give it a try download the test apk here.
- Recipes Listing from Udacity Data Source.
- Recipe Ingredients and Steps Visualization.
- Recipe Step by Step Navigation.
- Step video or image displaying.
- Recipe Ingredients Widget.
- Offline support for recipe information.
- Tablet layout for Recipe navigation.
- Fullscreen landscape layout for step video watching.
- Timber
- Exoplayer
- DbFlow
- RxJava2
- RxIdler
- Retrofit2
- Picasso
- Gson
- AutoValues
- Butterknife
- Dagger2
- Android Support Libs:
- RecyclerView
- CardView
- Design Support Library
- ConstraintLayout
- Android Testing Support Libs
- Improve error messages displayed to the user.
- Unit Testes
- Improve Instrumented Tests.
- Animations
Copyright 2017 Eduardo Carrara de Araujo
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.