Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 460 Bytes

File metadata and controls

9 lines (7 loc) · 460 Bytes

Brewery List

I wrote this Android app during a coding interview where I had 90 minutes to create an app from scratch to retrieve brewery info from the API at https://api.openbrewerydb.org/ and display info as a list. No tests, which is shocking if you know me, but I only had 90 minutes so ...

Built with Kotlin, Kotlin Coroutines, RecyclerView, Retrofit2, and Moshi.

List of possible next steps:

  • search by name or zip
  • infinite scrolling
  • tests