Back to Browse

Serve an XML or Compose UI at RUNTIME

5.1K views
Dec 22, 2022
8:02

The BEST android courses in the world: https://codingwithmitch.com/ I made a simple app that serves either a (1) compose UI or (2) XML UI. Which UI is served is configurable at runtime. So basically I built two almost identical UIs, one in compose and one in XML. And I'm retrieving a flag from Firebase remote config. Its just a boolean. If true the app will serve the compose UI. If false it will serve the XML UI. Code: https://github.com/mitchtabian/ABTestLayouts Social: https://twitter.com/mitch_tabian https://www.instagram.com/codingwithmitch . .

Download

0 formats

No download links available.

Serve an XML or Compose UI at RUNTIME | NatokHD