In the company I'm working on, I'm part of a team that will need to focus on developing mobile applications (iOS and Android).
We strive to implement our first commercial application for both iOS and Android, and from the first meetings in which the team discusses why this is the best development approach if the native languages ββand development environments are for targeting platforms or HTML5 via PhoneGap.
We already know about the technical differences between the two worlds, but one aspect that we are discussing about is appearance.
Also note that the only network functions the application will have are related to HTTP requests.
In fact, the application we are talking about requires a custom user interface, for example, with a specific button and list view. To be more precise, we are talking not only about colors, but also about circular buttons.
This type of canvas allows some of us to think that HTML5 / PhoneGap can be a faster and more flexible solution due to the obvious design ability you have in hand, combined with the speed of development and targeting 2 applications with 1 code base.
Can someone tell me which approach (between all-native and HTML5 / PhoneGap) might be preferable when a custom look is required?
Federico zancan
source share