Slashdot Mirror


Where Android Beats the iPhone

snydeq writes "Peter Wayner provides a developer's comparison of Android and the iPhone and finds Android not only competitive but in fact a better choice than the iPhone for many developers, largely due to its Java foundation. 'While iPhone developers have found that one path to success is playing to our baser instincts (until Apple shuts them down), a number of Android applications are offering practical solutions that unlock the power of a phone that's really a Unix machine you can slip into your pocket,' Wayner writes, pointing out GScript and Remote DB as two powerful tools for developers to make rough but workable custom tools for Android. But the real gem is Java: 'The pure Java foundation of Android will be one of the biggest attractions for many businesses with Java programmers on the staff. Any Java developer familiar with Eclipse should be able to use Google's Android documentation to turn out a very basic application in just a few hours. Not only that, but all of the code from other Java programs will run on your Android phone — although it won't look pretty or run as fast as it does on multicore servers.'"

3 of 365 comments (clear)

  1. Re:Thanks for Playing by Anonymous Coward · · Score: -1, Offtopic

    As John Lennon often said, woman is the nigger of the world. Yes she is...think about it...Woman is the nigger of the world. Think about it...do something about it

    We make her paint her face and dance. If she won't be a slave, we say that she don't love us. If she's real, we say she's trying to be a man. While putting her down, we pretend that she's above us

    Woman is the nigger of the world...yes she is. If you don't believe me, take a look at the one you're with. Woman is the slave of the slaves. Ah, yeah...better scream about it. We make her bear and raise our children, and then we leave her flat for being a fat old mother hen. We tell her home is the only place she should be, then we complain that she's too unworldly to be our friend

    We insult her every day on TV, and wonder why she has no guts or confidence. When she's young we kill her will to be free, while telling her not to be so smart we put her down for being so dumb

    We make her paint her face and dance
    We make her paint her face and dance

  2. Re:C? For programming C you should need a license! by TheRaven64 · · Score: 1, Offtopic

    At least memory management in Java is easier.

    Having seen memory leaks in every nontrivial Java program I've used (which, admittedly, is not many), I'm not certain about this. In C, memory management is hard, but that means that people think about it. In Java, memory management is implicit (which is not the same as easy), which means that people don't think about it. They don't think about the correct times to use weak references, and they end up leaking memory.

    Java also has the distinction of being the language used for the only program I have ever seen with a CPU leak: Start it and watch the CPU usage slowly climb over the next few hours (while not actually doing anything, or taking any use input), until it's at 100% about 3 hours later.

    --
    I am TheRaven on Soylent News
  3. Re:It's biggest strength by Teufelsmuhle · · Score: 0, Offtopic

    Thankfully it's now modded +5 Insightful, as it should be. Perfect balance and harmony has returned to slashdot.