Skip to main content

Recipes

Common patterns and solutions for Android applications.
A reusable Composable for rendering dynamic strings.
Fetching strings in a ViewModel for business logic.
Simple language switching logic.

Plug-and-Play Components

Ready-to-use UI components for your app.
A Jetpack Compose bottom sheet for selecting languages.
A production-ready FAQ browser with caching, search, and expandable items.1. Data Model
2. Data Provider
3. UI Component