Android Is Compose-First

(developer.android.com)

3 points | by flykespice 5 hours ago ago

2 comments

  • hoansdz 5 hours ago ago

    It's inevitable, in my opinion; the current trend is to use tools with modern, cross-platform syntax for easier development. Java and XML are becoming outdated and frustrating, at least for me.

    • flykespice 3 hours ago ago

      Jetpack compose is very refreshing to use, it integrates well with Kotlin DSL capabilities.

      My only problem is its Web target is still very dull to use, with its long cold startup time and since it's all rendered into one big canvas elements, it doens't integrates well with browser native acessibility features.