This covers the full stack of Android HTTP clients: wiring up Retrofit with OkHttp, building interceptors for auth and logging, mapping API errors to domain types, and handling retries without blocking the main thread. It pushes you to separate wire models from cache models and keep networking logic out of your UI layer. The workflow starts by confirming your data source and sync model before you write any code, which saves you from the classic mistake of treating every network failure like a crash. If you're still mixing Gson maps directly into ViewModels or wondering why your app ANRs on poor connections, this will get you to a cleaner architecture with actual offline-first patterns.
npx -y skills add krutikjain/android-agent-skills --skill android-networking-retrofit-okhttp --agent claude-codeInstalls into .claude/skills of the current project.
Select a file.
sickn33/antigravity-awesome-skills
moizibnyousaf/ai-agent-skills
github/awesome-copilot