Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 429 Bytes

File metadata and controls

12 lines (11 loc) · 429 Bytes

Project Idea

Functional project to show up the use of some technologies and practices by searching basic information from Github users.

Implementation

  • Programming Language: Kotlin
  • View Framework: Jetpack Compose
  • Dependency Injection: Dagger Hilt
  • Local Database: Room
  • HTTP Client: Retrofit
  • Serialization: Kotlin Serialization
  • Software Architecture: MVI + Layered Clean
  • Unit Testing: Mockk + JUnit4 + Turbine