|
|
|
|
|
by tom_ilsinszki
5841 days ago
|
|
The cutting edge apps will be developed for the iPhone first, and then ported to Android (if it's even possible). Reasons behind my claim: Device fragmentation: If an app makes heavy use of a built-in sensor (eg. accelerometer), it's much harder to test the app with all Android devices. Some of the Android devices might not even have the sensor, that the app uses, which will result in an angry customer. And angry customers are bad news, when you aim for word-of-mouth marketing. Low-level coding: With the iPhone, it's possible to implement cpu intensive code blocks in assembly optimized for each generation iPhone, and thus optimize the code, so that you make the most of your resources. If I'm not mistaken Android only supports Java. |
|
Android more fragmented? Surely.