disney_fan1972
Mickey Nut
- Joined
- Jun 29, 2007
- Messages
- 81
Begging.... Pleeeeaaaaaassssseeeee! Pretty please with sugar free ice cream on top!
Didnt pete say that the platform wouldnt work for technical reasons?
There are as many (if not more) Android phones out there than iPhones but are they of the correct demographics?
There is conflicting information now about iPhone vs. Android numbers (or course).
As I've said before, even if Android outnumbers iPhone, an Android programmer must deal with the fragmentation of the Android market. Some phone manufacturers are unable (technically) or unwilling (support, customization issues) to do upgrades of the OS on their phones. So you need to write for the lowest common version, abandon some segment of the market, or maintain multiple versions (which confuses users). How hard that would be to deal with for E-Ticket I don't know - depends if it uses advanced features.
And on top of that, you have to deal with the variances of the phones themselves (multiple screen sizes, etc.)
Are these hurdles to overcome? Absolutely! But are the insurmountable? Absolutely not!
I've look at the SDK (software development kit) for both the iPhone and the Android platforms. There's no reason, technically, that eTicket couldn't be written on the Android platform. However, like I said in my previous post, the reason could be strictly financial.
There are actually cross platform development toolkits (Adobe in fact makes one) that allows a developer to write in let's say C++ but compile code that is compatible for either the Android (Yes, the OS is called Android. The line of phones from Verizon are "Droids" with that name used with license from Lucasfilm) or iPhone with no extra programming needed. As for the whole fragmentation debate Google itself has said that they are happy with the platform as it stands with 2.2 aka Froyo and future updates are going to be tweaks not the OS overhauls of the past (i.e. Cupcake, Donut and Eclair).
--DB
Adobe and Apple are having a tiff about the cross-platform stuff. Apple has said they will not approve an app that wasn't written natively for the iPhone. I don't know if they've backed off that statement yet.
And that is why I will never own an Apple product....Apple has said they will not approve an app that wasn't written natively for the iPhone...
Well, sort of, Apple forbid's via their developer agreement for their to be any mention in the codebase that it was written via crossplatform tools. That's not to say it can't be done and it wouldn't surprise me if Adobe just changed their compiler to omit the offending code. This and many other things are also the reason why the DOJ has got their eye on Apple but then again that's a whole different discussion.