Wheelview Jetpack Compose

Özcan ALAŞALVAR
2 min readOct 16, 2023

Hello everybody, in this article I would like to introduce you with WheelView library which is written with completely Jetpack Compose.

What is Jetpack Compose?

Jetpack Compose is Android’s recommended modern toolkit for building native UI. It simplifies and accelerates UI development on Android. It is compatible with Kotlin. Google launched the first version of new toolkit on 2021 and it has grown.

Usage of compose kit has increased in these years. There are lots of view-based UI libraries that published by other developers. But we can struggle to find compose version of these code blocks. So that I developed a wheelview library to help you on your work.

Lets begin!

Before using , we should do some changes on our gradle file.

How to use it

I leave you an sample to show you what more you can do with this library.

Our Wheelview is ready to use ! You can find more deeply example from my Github account.

Thanks for reading. If you have any further questions do not hesitate to ask :D

--

--