Explore the Fruitties sample app
mainFruitties is a sample application designed to demonstrate how to build a Kotlin Multiplatform app using modern libraries for data fetching, storage, and UI state management. It specifically showcases the integration of:
- Kotlin Multiplatform ViewModel: For managing UI state across platforms.
- Room: For local database persistence.
- DataStore: For storing key-value pairs and preferences.
- Ktor: For making network requests to fetch data.