Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 284 Bytes

File metadata and controls

4 lines (3 loc) · 284 Bytes

Big Jokes

This Android app displays random jokes that are retrieved from a REST API.

I built the app to show how to use a combination of several great technologies: Android 10 (Q), Kotlin, ViewModel, LiveData, Retrofit2 (with Coroutines), JUnit 5, Espresso, and MockWebServer.