This is an android app for cocktail lovers. It shows recipes for both Alcoholic and Non-Alcoholic drinks.
It is powered the cocktail db API which can be accessed here.
No API keys or signup required
- Fork
- Create feature branch:
git checkout -b my-feature-branch
- Commit changes:
git commit -am 'new awesome feature'
- Push to the branch:
git push origin my-feature-branch
- Submit a pull request
You get it 😃
Download the app here
- Can fetch stuff online 😆
- Search drinks
- Filter drinks by category and order {ASC and DESC}
- Save Favorites
- Network Connectivity check
- Volley networking library.
- TheCocktailDB
- Picasso image loading library.
- GSON serialization library.