The Confidence Android SDK provides feature flag evaluation for Android applications. Flags resolve once according to the evaluation context, and values read from a local cache for fast access.Documentation Index
Fetch the complete documentation index at: https://confidence.spotify.com/llms.txt
Use this file to discover all available pages before exploring further.
Features
- Local caching: Flag values cached locally for instant access
- OpenFeature compatible: Standard feature flag API through OpenFeature provider
- Automatic apply events: Tracks flag usage
- Managed context: Automatic visitor ID and app lifecycle context
- Offline support: Cached values available without network
Installation
- Gradle (Kotlin DSL)
- Gradle (Groovy)
Quickstart
Resources
GitHub repository
Source code, examples, and full documentation
OpenFeature Android SDK
OpenFeature documentation
Context
Configure evaluation context
Apply events
Understand flag assignment tracking

