Skip to content

LuciaHeredia/MixDeDrinkApp

Repository files navigation

MixDeDrinkApp

Cocktail Recipes App.

Usage:

  1. 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.


  2. Recipe:

    • You can add/remove the cocktail from your favorites.


  3. Favorites:

    • Your favorite cocktails saved as a list inside your DB.
    • Visible online/offline.


  4. About:

    • The app's about.


Includes:

  • 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

Created with:

  • Language: Java
  • Android Studio: 2022.1.1 Patch 2.
  • SDK min version: 23
  • SDK target version: 33