Data Layer

Data layer architecture patterns for this project. Use when implementing repositories (interface in domain/repository, impl in data/remote-data), data sources extending BaseDataSource with fetchData/fetchRestData/fetchPagingData, mappers using BaseMapper or BidirectionalMapper, Hilt DI modules for repositories/data sources, or custom PagingSource classes.

thetruong1099 2b98610 7.0 KB Updated

File contents

thetruong1099/android-mvi-base-code/tree/main/.claude/skills/data-layer commit 2b9861021a

Frequently asked questions

npx skillmds@latest add thetruong1099/data-layer