|
|
|
|
|
by adamwong246
4008 days ago
|
|
I've had excellent results starting with a hybrid web app, which gradually transitions to native over the life of the project. We found that any native feature, on any platform, takes 10X as long to develop as web. So we start with mobile web, deploy as a website, and over time, replace the web app with a native app, piece-by-piece. This works much better on Android, where you can deploy as often as you like and where the user's are used to a lower standard of ux. |
|