Android Community
Results 1 to 6 of 6

Thread: Eclipse Tutorials

  1. #1
    Join Date
    Apr 2009
    Location
    Sydney, Australia
    Posts
    30

    Default Eclipse Tutorials


    I recently downloaded Eclipse but i am very new to coding. What should i research into?

    thanks

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

    Default Re: Eclipse Tutorials

    You'll want to learn Java (or any object-oriented language). If you're absolutely new to programming I'd suggest learning Python first as it will teach you basic OO concepts that can then be applied to Java.

    Note that via PyDev you can write Python code inside of Eclipse, so while you're learning Python you'll also learn more about Eclipse.

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

    Default Re: Eclipse Tutorials

    Learn Java so you have an understanding of it. There's a ton of tutorials on the net, so just google around

  4. #4
    Join Date
    Apr 2009
    Location
    Sydney, Australia
    Posts
    30

    Default Re: Eclipse Tutorials

    ok thanks.

    Noob question but in eclipse, should i be editing the .java file in or the main.xml file in layout?

    let me know thanks

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

    Default Re: Eclipse Tutorials

    Both; res/layout/*.xml are different UI layouts while the .java files make use of those layouts.

    You really need to read the documentation at http://Developer.Android.com before writing anything; you're going to have a lot more questions that are already answered there.
    Last edited by ickyfehmleh; 04-26-2009 at 11:01 AM.

  6. #6
    Join Date
    Apr 2009
    Location
    Sydney, Australia
    Posts
    30

    Default Re: Eclipse Tutorials


    Quote Originally Posted by ickyfehmleh View Post
    Both; res/layout/*.xml are different UI layouts while the .java files make use of those layouts.

    You really need to read the documentation at http://Developer.Android.com before writing anything; you're going to have a lot more questions that are already answered there.
    bookmarked the site, great info

Similar Threads

  1. Replies: 13
    Last Post: 04-24-2011, 12:11 PM
  2. what version of eclipse do i need?
    By mr.black in forum Developers Guild
    Replies: 2
    Last Post: 06-19-2010, 06:22 PM
  3. Eclipse
    By dragonrider8844 in forum Developers Guild
    Replies: 4
    Last Post: 12-04-2008, 12:57 PM
  4. Has anyone found any development tutorials
    By Ozzz in forum All About Andorid Software
    Replies: 4
    Last Post: 11-06-2008, 03:34 PM
  5. Pocket Journey Video and tutorials
    By refused9150 in forum All About Andorid Software
    Replies: 0
    Last Post: 09-10-2008, 01:09 AM

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
  •