Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 525 Bytes

README.md

File metadata and controls

27 lines (22 loc) · 525 Bytes

PokemonTCG

Project used in the unique edition of the course "Coding android with Ota" consuming the api https://pokemontcg.io/

Language

  • Kotlin

Architecture

  • Multi-modules
  • Clean architecture

Lib's

  • Retrofit
  • Kotlin Coroutines
  • Gson
  • Glide
  • Architecture Components(Lifecycle, LiveData, ViewModel)
  • Koin

Test Lib's

  • jUnit
  • Mockk
  • MockWebServer
  • CoroutinesTest
  • Android core testing