Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 2.12 KB

File metadata and controls

35 lines (24 loc) · 2.12 KB

CocktailMe

Description

Collection of smoothies and cocktails App for Android. Touching one item you can see the drink details, ingredients and instructions.

The objective of this project is sharing a basic Android example to create a Json Rest API Client.

(If you want to see a more complex example using MVP, RxAndroid, Dagger you can link to my project ghibli-films).

Key Features

  • Collapsing tool bar layout.
  • MaterialDesign List based on CardView and RecyclerView.
  • REST Client JSON using Retrofit and Gson.
  • Load images with Glide.
  • IU flexible based on Fragments (one-pane handset, two-panes tablet).

Handset one-pane

handset01 handset02

Tablet two-panes

twopanes

API JSON

TheCocktailDB provides you a lot of smoothies and cocktails: http://www.thecocktaildb.com/

License

Copyright 2017 Jose M. Seoane

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.