אליהו הדס
07/01/2025, 2:32 AMkotlin
fun main() = runLibUI {
Window(title = "Compose Example") {
VBox {
Button(text = "Click Me") { /* action */ }
MultilineEntry(text = remember { mutableStateOf("") })
}
}
}
If you're interested in lightweight UI development, cross-platform native apps, or helping with the Compose implementation, I'd love your collaboration! Who wants to help bring this lightweight Kotlin UI toolkit to the next level? 🚀
https://github.com/kdroidFilter/kotlin-libuiFrank Bouwens
07/01/2025, 8:23 AMאליהו הדס
07/01/2025, 8:26 AMאליהו הדס
07/01/2025, 8:28 AMFrank Bouwens
07/01/2025, 8:29 AMאליהו הדס
07/01/2025, 8:30 AMFrank Bouwens
07/01/2025, 8:30 AMאליהו הדס
07/01/2025, 8:30 AMCies
07/01/2025, 11:14 AMMervyn McCreight
07/01/2025, 9:01 PMMervyn McCreight
07/01/2025, 9:02 PMאליהו הדס
07/02/2025, 6:58 AM