Skip to content

Android pokedex app built using MVI and Clean architecture

Notifications You must be signed in to change notification settings

rtirene/gleaApp

Repository files navigation

G.L.E.A. (Gotta List 'Em All)

GLEA is a demo Pokedex application which lists (😏) and shows Pokemon details, such as type and stats, whenever the user selects one. The app has been designed using Clean Architecture and MVI.

GLEA uses the PokeAPI for retrieving pokemon details that are updated in the database, allowing offline use once the database has been populated

Next steps

  • Filtered list by type
  • Advanced search by name and range of stats
  • Save single pokemon or category in a User Preferences app section

Tech details