Android Community
Results 1 to 7 of 7

Thread: SDK questions

  1. #1
    Join Date
    Oct 2008
    Location
    New York
    Posts
    1,026

    Default SDK questions


    hey have u guys seen or heard of the iphone's sdk... well if not it allows you to create an app visually and then the sdk creates all the codes itself for example its a drag and drop format of creating an app... is the android sdk like that too or is there a way to make an sdk like that... thanks

  2. #2
    Join Date
    Oct 2008
    Posts
    887

    Default Re: SDK questions

    I think this will lend to lower quality apps on the fly (less focus on the code), if it is how you say it is.

    Android in eclipse is similar to this. You can visual create a layout that will out the XML layout code (I think)

  3. #3
    Join Date
    Oct 2008
    Location
    New York
    Posts
    1,026

    Default Re: SDK questions

    so is eclipse a program that u open the sdk in? and is it free?

  4. #4
    Join Date
    Oct 2008
    Posts
    887

    Default Re: SDK questions

    Yea, eclipse is completely free and is completely professional.

    You need to install the Android SDK plugin, download the sdk and include it's path in the development.

    Google Android Dev redesigned their site nicely:
    http://developer.android.com/sdk/1.1_r1/installing.html

  5. #5
    Join Date
    Oct 2008
    Location
    New York
    Posts
    1,026

    Default Re: SDK questions

    oh alright thanks alot ill give it a try

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

    Default Re: SDK questions

    Quote Originally Posted by vigan8 View Post
    hey have u guys seen or heard of the iphone's sdk... well if not it allows you to create an app visually and then the sdk creates all the codes itself for example its a drag and drop format of creating an app... is the android sdk like that too or is there a way to make an sdk like that... thanks
    That's not entirely accurate.

    Both on the iPhone/iTouch and on the Mac, OSX developers can use an application called 'InterfaceBuilder' to construct a UI, but that's really as far as it goes. There's no logic generated; IB can only make outlets (instance variables along with getters and setters) and actions (methods). There's still a lot of logic that the developer needs to fill in but IB lets developers concentrate on their application's logic instead of worrying about how to make a button appear in a window.

    The Android SDK provides developers with a graphical way of constructing a UI in Eclipse but it's nowhere near as elegant or advanced as InterfaceBuilder.

  7. #7

    Default Re: SDK questions


    there is a visual UI app to design your user interface. it is called DroidDraw http://www.droiddraw.org/

Similar Threads

  1. Few questions before I buy the G1..?
    By bUbblegUmx3 in forum All About Andorid Software
    Replies: 7
    Last Post: 08-20-2009, 01:43 AM
  2. A few before I buy questions
    By gamereaper3 in forum General HTC Chat
    Replies: 10
    Last Post: 01-22-2009, 09:27 AM
  3. 2 Questions
    By abelincoln1979 in forum General Phone Chat
    Replies: 1
    Last Post: 11-01-2008, 06:45 PM
  4. Any Cut Questions
    By jaynoonan in forum General HTC Chat
    Replies: 19
    Last Post: 10-22-2008, 01:50 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
  •