In a standard Android Gradle project, it is possible to add multiple modules, which allows roughly different UI targets and separated
data layer. For example:
- project-blah
-- ui-phone
-- ui-tv
-- ui-auto
-- ui-wear
-- data
Rumours say Apple is preparing something in a mix of:
I spent some time investigating FLutter and then React Native.
None of these allow such flexibility, it's basically a single Android target and single iOS target.
And then growing messy code where business and UI logic are making a bowl of spaghetti and cheese...
How flexible is CodenameOne?
Is it allowing similar, where multiple Android UI targets?