Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 378 Bytes

README.md

File metadata and controls

15 lines (13 loc) · 378 Bytes

Pokemon Tracker

App uses pokeapi to retrieve list of pokemons using pagination. When user clicks on pokemon in list details page opens with pokemon's name, types, height, weight and sprite.

MVVM, Clean Architecture

Used libraries

  • Retrofit
  • Gson
  • Glide
  • Room
  • Paging 3
  • Dagger Hilt
  • Jetpack Navigation

Usage