Using Compose Across Platforms
Let’s look at the differences you’ll encounter when using Compose for different...
Read MoreSelect Page
Posted by Júlia Jakubcová | Dec 9, 2022 | Android, Compose Multiplatform, iOS
Let’s look at the differences you’ll encounter when using Compose for different...
Read MorePosted by Júlia Jakubcová | Sep 27, 2022 | Kotlin Multiplatform
Compose provides circular and linear progress indicators. However, lately it’s popular to show gray skeletons of the views that are being loaded with a shimmering animation on them. It’s a nice touch that can make your applications look a bit more refined. Here is how I created this effect with Compose.
Read More