Dad Joke App

Study app developed with a focus on writing unit tests with TDD
View on GitHub

Project Overview

Example app developed in Kotlin language for Android focused on writing unit tests following the TDD (Test-Driven-Development) methodology.

Font: Test Driven Development with Android

Architecture & Technologies

JUnit4 for unit tests
Mockk to mock behaviors
RxJava for asynchronous tasks

Tags
Kotlin MVVM RxJava JUnit4 Mockk TDD