| The current mobile dev scene is this: - Android is Java, iOS is Objc + (cocoa nightmare), Windows Mobile is silverlight (If i'm not wrong) - iOS (cocoa) is a pain to learn and develop something useful out of it, plus you have to pay dev licenses to apple anually,etc.. - Android store doesn't have the projection Apple store has. - Native wrappers (titanium, phonegap,etc..) are buggy, lack user support, poor documentation, limited. So, choose your poison. What's the solution ?
It's freaking insane if you want to have an app for every mobile OS out there at the moment, you need to have at least 2 different teams maintaing code. It's just stupid. Wrappers are not the way to go fore sure, I think vendors should start considering using standard tools like Javascript, or more easy languages like ruby,python, at least for creating more simple tools, that don't require heavy graphic engine and stuff. At least this would help companies reduce their efforts on having teams different for each OS. |