Skip to content

Sample application using Android Navigation, Paging with local cache and Remote API.

Notifications You must be signed in to change notification settings

0x10FF/pokemon-dex-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Purpose

This is a sample application for demonstration/test purposes.

pokemon-dex-demo.mp4

Features of this code base

Item Purpose
MVVM-style, clean architecture, SOLID foundation Given time, best effort to deploy these principles. There are also opportunities to further extract few interfaces (Liskov principle) to improve code quality.
Caching Android Jetpack caching layer with Paging library, Room DB. Sample PagingMeditor, along with Room generated paging source
Navigation Android Jetpack navigation layer

Work in progress features

Item Purpose
Testing At the time of this writing, it is challenging to use Dagger/Hilt infrastructure to setup testing scaffolding with View based architecture, however once setup up - following tests will be much easier to setup

Roadmap

Item Purpose
Improve testability Increase coverage in unit testing layer
Migrate to Compose Kotlin based declarative UI - not only for Android platform but also easier maintenance and capabilities of UI layer.
Feature: Add a "capture cart" Author admits he his knowledge of Pokemon capture semantics is lacking however my nephew is an expert

Releases

No releases published

Packages

No packages published

Languages