-
Search:
- Get a list of cocktail recipes from the API by: thecocktaildb
- Search a cocktail by name(full/letters) or by ingredient(full/letters).
- Tapping on a cocktail from the list leads you to the recipe.
- Get a random cocktail.
- Visible only online.
- Get a list of cocktail recipes from the API by: thecocktaildb
-
Recipe:
-
Favorites:
-
About:
- Main Activity with Fragments, Binding, Navigation graph
- RecyclerView
- Menu
- Images: Url load by: Picasso
- Remote Data base: Retrofit Rest API by: thecocktaildb
- Local Data base: ROOM(LiveData)
- Dark/Light Theme.
- Design pattern: MVVM
- Language: Java
- Android Studio: 2022.1.1 Patch 2.
- SDK min version: 23
- SDK target version: 33