Why developing for Android sucks
webosroundup.com
Why developing for Android sucks
1–10 of 18 posts
Re: Why developing for Android sucks
#2Re: Why developing for Android sucks
#3I wonder what happens when you use an unlocked phone on a foreign telco. Will it get upgraded using Palm's servers?
Re: Why developing for Android sucks
#4OTA Updates are another story on Android. Different manufacturers price OS updates differently like Samsung, who price them as feature updates whereas some other Android phone manufacturers price them as cheaper maintenance upgrades. It can be a bit of a lottery as to whether your phone will ever receive an upgrade.
Re: Why developing for Android sucks
#5Re: Why developing for Android sucks
#6Some of the points are only valid if your revenue model is a paid app. How about a free app + paid service?
Re: Why developing for Android sucks
#7Interesting. How vibrant is the dev community for Palm phones? OTA Updates are another story on Android. Different manufacturers price OS updates differently like Samsung, who price them as feature updates whereas some other Android phone manufacturers price them as cheaper maintenance upgrades. It can be a bit of a lottery as to whether your phone will ever receive an upgrade.
They are moving from Mojo (javascript based) to Enyo (C++ based) platform so quite a few developers are also waiting for the new SDK. Most of the apps that are currently written in Mojo will continue to work but I sense that most developers are in the same boat I am. No point in learning a framework that has one foot in the grave when the next one is right around the corner.
Re: Why developing for Android sucks
#8Good article (apart from advocating developing for Palm??), bad title. It should be called "Why distributing your Android app sucks." No commentary on actual app development itself. My thoughts on that are that Google should develop an IDE for Android developers - Eclipse is unstable bloatware, the Android emulator sucks and supporting different screen sizes and resolutions is odious to say the least.
Re: Why developing for Android sucks
#9Re: Why developing for Android sucks
#10Good article (apart from advocating developing for Palm??), bad title. It should be called "Why distributing your Android app sucks." No commentary on actual app development itself. My thoughts on that are that Google should develop an IDE for Android developers - Eclipse is unstable bloatware, the Android emulator sucks and supporting different screen sizes and resolutions is odious to say the least.
People often repeat that Eclipse is "unstable." I can use one Eclipse process for weeks, even months on-end with JVMs from Sun and IBM on Linux, and it never crashes or needs a restart (except if installing new plug-ins). The ADK tools don't have the polish of the core features, and I haven't used them as much as other tools, but what's causing instability?
I seem to have bad luck with IDE's though. I develop using Visual Studio 2008 and that has some horrendous problems, though VS was never known for stability (six service packs for VS6, anyone?)