Skip to content

chohohee/android-architecture-components-compose

Repository files navigation

Android Architecture Components Compose

Compose project based on Android recommended architecture

Preview

Light Mode Dark Mode
Alt Text Alt Text

PokemonCard

Features

  • List of all Pokemon
  • View Pokemon attribute details
  • All Pokemon Attributes and Related Pokemon
  • Theme setting mode

Architecture

root
--- app
--- core
------ data
------ designsystem
------ domain
------ network
...
--- feature
------ main
------ pokemon
------ type
...

Libraries

API

The API used in this project is PokéAPI and the base url is as follows:

https://pokeapi.co/api/v2

Endoint Used

Method Endpoint Usage
GET /pokemon?offset={0}&limit={20} Get All Pokemon Information Paging
GET /pokemon/{bulbasaur} Get Pokemon attribute information
GET /type Get All Pokemon attributes
GET /type/{1} Get All Pokemon of that attribute

About

Compose project based on Android recommended architecture

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages