Skip to main content

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

RequirementVersion
Min SDKAPI 24 (Android 7.0)
Target SDKAPI 34 (Android 14)
Kotlin1.9.22+
Gradle8.2.2+