> ## Documentation Index
> Fetch the complete documentation index at: https://docs.zixflow.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Example Apps

> Example Apps — Zixflow Android SDK integration guide.

The SDK includes complete example applications:

### Kotlin Compose Sample

**Location**: `/samples/kotlin_compose/`

Demonstrates:

* Jetpack Compose integration
* Modern Android architecture (ViewModel, StateFlow)
* Firebase Cloud Messaging
* In-app messaging with Compose
* Location tracking
* Settings configuration UI

### Java Layout Sample

**Location**: `/samples/java_layout/`

Demonstrates:

* Java integration
* Traditional XML layouts
* Firebase Cloud Messaging
* In-app messaging
* Dependency injection pattern

### Running Example Apps

1. Clone the repository
2. Open in Android Studio
3. Update credentials in `local.properties`:
   ```properties theme={null}
   kotlinCompose_apiKey=YOUR_API_KEY
   ```
4. Sync and run

***
