|
|
|
|
|
by eddyg
159 days ago
|
|
The questions that come to mind for me: 1. How long after releasing the iOS app did you start on an Android version? 2. Are you using some kind of cross-platform framework, or are the apps mostly “mobile-friendly web views”? 3. How much code is shared between the three architectures? 4. How much of the app functionality is “server based” instead of “on device”? |
|
In short: native apps, local-first architecture, with sync as an optional layer rather than a requirement.