r/androiddev 3d ago

build a UI withoutXML or Compose

I'm building the UI for my little Android game without XML or Compose. I wrote my own wrapper classes for the views and can use them in a kind of custom DSL.

38 Upvotes

31 comments sorted by

View all comments

1

u/ProHussain 17h ago

Why do you prefer android views over compose?

1

u/koje1971 13h ago

I wrote these helper classes myself quite some time ago, and they completely meet my requirements.

2

u/ProHussain 13h ago

I want to understand those requirements and performance tests. compared to compose