Y
Hacker News
new
|
ask
|
show
|
jobs
by
myko
2568 days ago
True but who does this? The Android framework isn't built to support that reasonably at all, at least not until Jetpack Compose becomes viable.
1 comments
Cthulhu_
2568 days ago
Wasn't that the default way of doing things in Android? That is, build your ui's in XML?
link
myko
2567 days ago
By writing views programmatically in Android they mean writing them in Kotlin or Java, not XML. Almost no one does this.
Though Kotlin has an interesting looking DSL for doing that named Anko.
link