Skip to content

Latest commit

 

History

History
30 lines (17 loc) · 1.07 KB

README.md

File metadata and controls

30 lines (17 loc) · 1.07 KB

Android Pokemon Info

This is an application created as a part of the session in Bangkok Android Conference 2019. The slide coresponding to this repository can be found here. https://www.slideshare.net/BoonyaKitpitak/a-single-activity-app-with-jetpacks-navigation-component

Technology Stack

Jetpack Libraries

  1. Jetpack's Navigation Component
  2. Jetpack's Paging Library
  3. Jetpack's ViewModel

Architecture

MVVM with Clean Architecture

Here are some of the screenshots.

Screen Shot 2019-07-11 at 1 02 49 PM

Screen Shot 2019-07-11 at 1 03 21 PM

Screen Shot 2019-07-11 at 1 03 03 PM

All of the data is fetched from https://pokeapi.co

Any PRs or issues are really welcome.