Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 973 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 973 Bytes

android-starter-v4

API Code tests & eval Github All Releases

An Android template project (in Kotlin) with boilerplate and plumbing, exploring current architecture patterns.

A bit too much for a simple hello world app, but a good start for any serious project. ¯\_(ツ)_/¯

Topics:

  • Dagger Hilt (v3 was Dagger)
  • Coroutines
  • Flow (v3 was RxJava)
  • Unit Test (mockk/kotest) (v3 was KotlinTest)
  • Instrumentation tests
  • Bug reporting (bugsnag)

Successor to: V1, V2, V3 (unreleased)