1. Add Dependency
Add the Stringboot SDK to your app-levelbuild.gradle.kts:
2. Configure Manifest
Add your API credentials toAndroidManifest.xml inside the <application> tag:
Replace
YOUR_API_TOKEN_HERE with your actual API token from the Stringboot Dashboard.3. Initialize SDK
We recommend initializing the SDK in yourApplication class. This “Production-Ready” snippet includes setup for all features (A/B Testing, FAQs, Logging).
- Basic (Strings only)
- Production Ready (Strings + Dynamic FAQs)
Next Steps
Now that you’ve installed the SDK, learn how to use it in your app.Basic Usage
Fetch strings and update your UI