Skip to content
/ KMP-App-Template Public template
forked from Kotlin/KMP-App-Template

Sample project to reproduce LazyVerticalStaggeredGrid rearranging issue

License

Notifications You must be signed in to change notification settings

rdsarna/KMP-App-Template

 
 

Repository files navigation

Kotlin Multiplatform app template

official project License

This is a basic Kotlin Multiplatform app template for Android and iOS. It includes shared business logic and data handling, and a shared UI implementation using Compose Multiplatform.

The template is also available with native UI written in Jetpack Compose and SwiftUI.

The amper branch showcases the same project configured with Amper.

Screenshots of the app

Technologies

The data displayed by the app is from The Metropolitan Museum of Art Collection API.

The app uses the following multiplatform dependencies in its implementation:

These are just some of the possible libraries to use for these tasks with Kotlin Multiplatform, and their usage here isn't a strong recommendation for these specific libraries over the available alternatives. You can find a wide variety of curated multiplatform libraries in the kmp-awesome repository.

About

Sample project to reproduce LazyVerticalStaggeredGrid rearranging issue

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Kotlin 96.4%
  • Swift 3.6%