cometchat-android-v5-placement
Installation
SKILL.md
Companion skills:
cometchat-android-v5-corecovers init and login;cometchat-android-v5-componentsprovides the component catalog.
Purpose
This skill teaches WHERE to put CometChat in an existing Android project. It covers six placement patterns: dedicated Activity, Fragment, BottomSheet, Dialog, Tab/ViewPager, and embedded view. Each pattern includes step-by-step instructions and code examples in both Java and Kotlin.
Use this skill when
- Integrating CometChat into an existing Android app
- Deciding between Activity vs Fragment vs BottomSheet
- "Where should I put the chat screen?"
- "How do I add chat as a tab?"
- "How do I show chat in a bottom sheet?"