The Stringboot Android SDK is a high-performance, offline-first library for managing dynamic strings in your Android applications. It supports both Jetpack Compose and XML-based layouts.
Key Features
High Performance
Sub-300ms string lookups on 4G networks.
Offline-First
Full functionality without network via Room database persistence.
Smart Caching
Multi-layered cache (Memory + Disk) with language-aware eviction.
Reactive
Kotlin Flow support for automatic UI synchronization.
Multi-Language
Runtime language switching with instant UI updates.
A/B Testing
Native support for copy testing and experiments.
Requirements
| Requirement | Version |
|---|---|
| Min SDK | API 24 (Android 7.0) |
| Target SDK | API 34 (Android 14) |
| Kotlin | 1.9.22+ |
| Gradle | 8.2.2+ |