babogoos / android-starter-v4

An Android template project (in Kotlin) with boilerplate and current patterns.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

android-starter-v4

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)

About

An Android template project (in Kotlin) with boilerplate and current patterns.

License:Apache License 2.0


Languages

Language:Kotlin 100.0%