Skip to content

Latest commit

 

History

History
14 lines (13 loc) · 405 Bytes

File metadata and controls

14 lines (13 loc) · 405 Bytes

Find a cocktail

About

This is an application for viewing cocktail recipes. It provides searching both ingredients and categories.

Build with

  • Kotlin
  • Retrofit2 with a custom json deserializer
  • Picasso
  • ViewModel
  • LiveData
  • ViewBinding
  • Koin
  • Coroutines (just for network requests)