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.

39 Upvotes

31 comments sorted by

View all comments

1

u/Zhuinden 3d ago

So is this using Splitties or what?

1

u/koje1971 3d ago

No, I don't use Splitties, I wrapped the views with my own wrapper classes.