suclike / Comprise

An Android UI experiment inspired by Jetpack Compose, Flutter and WPF

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Comprise

An Android UI experiment inspired by Jetpack Compose, Flutter and WPF

The idea is as follows:

  • Use Kotlin, but no Compose magic
  • Very simple views
  • Measure, layout and draw on Canvas as usual
  • Reuse standard resource system
  • No Context/Resources in views
  • XML?

Views ideally should support everything the current view system does.

About

An Android UI experiment inspired by Jetpack Compose, Flutter and WPF

License:Apache License 2.0


Languages

Language:Kotlin 100.0%