|
|
|
|
|
by nicoburns
1753 days ago
|
|
IME for a lot of apps, most of the development is the UI. Lot's of apps have most of their business logic on a server these days anyway. The problem is not typically how to share business logic, it's how to avoid writing 5 different UI's that do the same thing. |
|
Some native apps on Android/iOS do exactly this, with UI coming from Web API calls.