# Contentstack Android Cda

> Use for the public Android Content Delivery SDK surface and package com.contentstack.sdk.

- Skill: `contentstack/contentstack-android-cda` (Agent Skill)
- Install (CLI): `npx skillmds@latest add contentstack/contentstack-android-cda`
- Raw SKILL.md: https://api.skillmd.com/api/skills/contentstack/contentstack-android-cda/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: contentstack (https://skillmd.com/u/contentstack)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/contentstack/contentstack-android-cda

---


# Android CDA SDK – contentstack-android

## When to use

- Changing SDK entry points consumed by Android apps
- Working with stack configuration, entries, or HTTP client usage in this module

## Instructions

### Module

- Primary code lives in **`contentstack/`** with namespace **`com.contentstack.sdk`** (`android { namespace ... }`).

### API design

- Keep public Java/Kotlin APIs stable for app developers—use semver for breaking changes in published AARs.

### Integration

- Behavior should stay aligned with other CDA SDKs where features overlap (queries, preview, etc.)—check parity with Java/Swift docs when adding features.

