Skip to content

VibhorChinda/Pokedex

Repository files navigation

Pokedex App using Jetpack Compose

A simple pokedex application made using the https://pokeapi.co/ api to learn about Jetpack Compose.

How is this built?

This app is 100% written in Kotlin. MVVM architecture is used with Android Architecture Components and Hilt for dependency injection.

Screenshots

image

Features

  • Search a pokemon using Pokemon name.
  • Search a pokemon using Pokemon ID.
  • See the stats of a particular Pokemon.

Components/Library Used

  • Coil Image - For loading images.
  • Gson - For converting JSON to POJO and vice versa.
  • Hilt - For Dependency Injection.
  • Navigation - For simplifyed navigation.
  • ViewModel - For managing UI data.

Resources to refer

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages