contentstack-android-cda
द्वारा contentstack
Android Content Delivery SDK के सार्वजनिक सतह और com.contentstack.sdk पैकेज के लिए उपयोग करें।
npx skills add https://github.com/contentstack/contentstack-android --skill contentstack-android-cdaAndroid 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 namespacecom.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.