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: https://9to5mac.com/2017/12/20/report-apple-to-support-cross-platform-apps-that-run-on-iphone-ipad-and-mac-next-year/ 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? -- You received this message because you are subscribed to the Google Groups "CodenameOne Discussions" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. Visit this group at https://groups.google.com/group/codenameone-discussions. To view this discussion on the web visit https://groups.google.com/d/msgid/codenameone-discussions/6a6de3ec-411b-45a1-940d-ee96ac0020f2%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
