lucasorso / ComposeCryptocurrencyApp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ComposeCryptocurrencyApp

Simple project unsing Kotlin and Jetpack Compose to consume coinpapikra API to list the coins. Consuming "/v1/coins" and "/v1/coins/{coinId}" to get the coins information.

Architecture
  • MVVM along with repository design pattern
Main Libraries
  • Jetpack Compose for UI Interface
  • Hilt for dependency injection
  • Retrofit + OkHttp to consume API

TODO: Add tests

About


Languages

Language:Kotlin 100.0%