Android Community
Results 1 to 3 of 3

Thread: SDK - Good and Bad??

  1. #1
    Join Date
    Jun 2009
    Posts
    6

    Default SDK - Good and Bad??


    Looking through the threads I'm struggling to see the key positive and negative points to let my developers know to look out for? Can you let me know the best point of the SDK and the absolute worst point which would be the first thing you would change?

  2. #2
    Join Date
    Sep 2008
    Location
    The Boonies of Pinal County, Arizona
    Posts
    1,186

    Default Re: SDK - Good and Bad??

    Good: one gets to develop in a familiar, Java-like language (technically it's not Java because it doesn't run in a normal Java VM). The content providers are invaluable; one need not worry about how eg contacts are physically stored, one can just get them from a provider. Developers can reuse pieces of other applications without having hard references to them via Intents. Developers can decouple parts of their applications by way of onActivityResult() and setResult().

    Bad: coming from a NeXT background I've been spoiled by InterfaceBuilder. The Android Eclipse plugin's UI builder, while somewhat neat and handy, falls far, far short of IB. Google decided that normal JavaDocs weren't good enough for them so they made things look different. Google decided that a normal J2ME VM wasn't good enough for them so they used the DalvikVM, which may end up forking Java.
    I blame this man for most programming problems.

  3. #3
    Join Date
    Dec 2008
    Location
    Virginia
    Posts
    1,365

    Default Re: SDK - Good and Bad??


    Pretty easy to use and uses Java. Documentation is the hardest part to get information on, but it's rapidly growing so it's not that big of an issue (it's about equal in difficulty for iPhone development). All the built in URI's you can use makes whipping up apps quick, which is handy. Coming from a Java background in which I've used things like Swing and SWT, the interface builder is a godsend. It's not on par with Apple's Interface Builder though.

    The pitfalls: Poor documentation which leads to lengthy Google search's.

    Basically about it. I'd recommend reading a few chapters of Hello, Android to get a gist.

Similar Threads

  1. Replies: 1
    Last Post: 05-30-2009, 01:58 AM
  2. Good videos for g1?
    By crisaquarian24 in forum General HTC Chat
    Replies: 0
    Last Post: 03-27-2009, 10:07 PM
  3. A good deal?
    By secrecyguy in forum Accessory Chat
    Replies: 5
    Last Post: 01-22-2009, 03:02 PM
  4. A Good MMS App
    By 360wavesandxbox in forum Developers Guild
    Replies: 1
    Last Post: 11-04-2008, 08:28 AM
  5. Good games anyone?
    By Maximosis in forum All About Andorid Software
    Replies: 4
    Last Post: 11-01-2008, 12:44 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •