|
|
|
|
|
by pjmlp
2512 days ago
|
|
In such cases that same backend can send an XML (or JSON if you will) DSL payload that generates such UIs on the fly using the native widgets. Pretty easy to create such framework in something like C++ or having a scripting language that drives the native UI widgets, something like JavaScript. |
|
UI these days is often more complex than the underlying logic itself. App logic became, to me, even secondary. Most of those issues are solved problems (databases, sql, rest, xml, json) and are mindnumbingly stupid and boring to implement. Save data record.. query data record.. validate data record, yeah, yeah, really complex.
A good fancy UI however... good luck.