android-data-persistence
SolidUse when designing Android local storage, Room migrations, DataStore preferences, or offline API synchronisation; use android-development for broader application structure.
Install
Quality Score: 85/100
Skill Content
Details
- Author
- peterbamuhigire
- Repository
- peterbamuhigire/chwezi-dev-engine
- Created
- 7 months ago
- Last Updated
- 3 days ago
- Language
- HTML
- License
- MIT
Integrates with
Similar Skills
Semantically similar based on skill content — not just same category
android-development
Use when building or reviewing native Android applications with Kotlin, Compose, Hilt, and layered architecture; use android-data-persistence or android-tdd for focused data and test work.
flutter-persistence
Design or review Flutter local persistence, caching, offline behavior, schema evolution, and secure-data boundaries. Use for preferences, files, SQLite, or an existing database package; route remote transport to flutter-networking.
roblox-datastore-persistence
Saving player data in Roblox without losing or duplicating it - UpdateAsync versus SetAsync, session locking, request budgets and throttling, retries with backoff, schema versioning and migration, MemoryStoreService for cross-server state, and BindToClose. Use when building or fixing persistence, when players report lost progress, or when investigating item duplication.