Newbie: How do you start to learn how to make a droid app?

This is a discussion on Newbie: How do you start to learn how to make a droid app? within the Droid Development forums, part of the Droid Hacking category; Hi- I was curious how do you go about making a app for the droid? Any help greatly appreciated. Thanks...

+ Reply to Thread
Page 1 of 2 1 2 LastLast
Results 1 to 10 of 17

Thread: Newbie: How do you start to learn how to make a droid app?

  1. Master Droid
    xxnonamexx's Avatar
    Member #
    8414
    Join Date
    Nov 2009
    Posts
    573
    Phone
    Enter Current Phone Here
    #1

    Newbie: How do you start to learn how to make a droid app?

    Hi- I was curious how do you go about making a app for the droid? Any help greatly appreciated.
    Thanks
  2. Sponsor
    DF Advertising
    Join Date
    Nov 2008
    Location
    DroidForums.net
     
     
     
     
  3. Droid Sensei
    natediddy1120's Avatar
    Member #
    23380
    Join Date
    Jan 2010
    Location
    ???
    Posts
    3,183
    Phone
    CyanogenMod :-)
    #2
    Woo...to me, this is THE most complicated endeavor I have looked in too lol

    First you will need to download and install the Android SDK to your computer, then you will need a version of Eclipse and ADT. Then I'll let you figure it out from there

  4. Master Droid
    xxnonamexx's Avatar
    Member #
    8414
    Join Date
    Nov 2009
    Posts
    573
    Phone
    Enter Current Phone Here
    #3
    Just checking the site it says its easy to start. Can I install it on my computer or do I need a computer just dedicated to this?
  5. Usually I'm That Guy
    LtKen's Avatar
    Member #
    31927
    Join Date
    Jan 2010
    Posts
    2,622
    Liked
    3 times
    Phone
    Rezound
    Premium Member
    #4
    You might have more luck if you asked this in the Android App Developers Section. Maybe the mod will be nice an move it for you.

    As to the OP's question, do you have any coding experience? If I were you, I'd pull down someone's source code and see how it works. That kind of stuff gives you a great idea of what works and what doesn't work.
  6. Usually I'm That Guy
    LtKen's Avatar
    Member #
    31927
    Join Date
    Jan 2010
    Posts
    2,622
    Liked
    3 times
    Phone
    Rezound
    Premium Member
    #5
    Quote Originally Posted by xxnonamexx View Post
    what is Android ADK, Eclipse and ADT are those programs to create an app?
    Android SDK is the development kit you need to create Android apps, it's the testing environment that allows you to simulate the Android OS.

    Eclipse is an IDE (development environment) that you can code in. You can code in notepad, but this program knows you're coding and tries to help you debug.
  7. Droid Sensei
    natediddy1120's Avatar
    Member #
    23380
    Join Date
    Jan 2010
    Location
    ???
    Posts
    3,183
    Phone
    CyanogenMod :-)
    #6
    Yeah it's basically just heavy use of java code. Right everyone? I mean I am NO app dev, but I took a little online class and learned the basics mostly, and that was enough for me to end up banging my head against the WALL!!!!!!

    They made it look SO easy, but setting the sh*t up was hard enough for me, and I kept getting nothing but ERROR after ERROR on HelloWorld!

    lol I figured quickly that app development was not for me lol, maybe the OP will have better luck than I have had with all of it...

    Good luck xxnonamexx

  8. Master Droid
    loop4zil's Avatar
    Member #
    20893
    Join Date
    Dec 2009
    Location
    Atlanta
    Posts
    743
    Phone
    Old man Droid CM6 - Incognito
    #7
    Quote Originally Posted by kwmayo View Post
    Quote Originally Posted by xxnonamexx View Post
    what is Android ADK, Eclipse and ADT are those programs to create an app?
    Android SDK is the development kit you need to create Android apps, it's the testing environment that allows you to simulate the Android OS.

    Eclipse is an IDE (development environment) that you can code in. You can code in notepad, but this program knows you're coding and tries to help you debug.

    What about Java? Is this something you need to know. I have been thinking about learning a dev language in my very limited free time. I always asummed that core Java skills were needed to successfully develop in Eclipse. OR...is eclipse just a better way of developing in Java. I am eying a couple of web tutorials...wondering which one to jump into
  9. Usually I'm That Guy
    LtKen's Avatar
    Member #
    31927
    Join Date
    Jan 2010
    Posts
    2,622
    Liked
    3 times
    Phone
    Rezound
    Premium Member
    #8
    Quote Originally Posted by loop4zil View Post
    What about Java? Is this something you need to know. I have been thinking about learning a dev language in my very limited free time. I always asummed that core Java skills were needed to successfully develop in Eclipse. OR...is eclipse just a better way of developing in Java. I am eying a couple of web tutorials...wondering which one to jump into
    I've heard this is all Java, but I havent personally done any Android development.

    Eclipse is just a way to develop in Java -- depending on how you learn, it's either an easier way to learn Java (in that it helps you more) or a harder way to learn Java (in that it does stuff for you and you don't get the nitty gritty).

    I love Eclipse, but to the uninitiated, it can be intimidating and down right annoying.

    EDIT: If you want to PM me, I'm procrastinating on writing my thesis defense presentation, so I'm free to help you get off the ground with Eclipse (with non-Android code)
    Last edited by LtKen; 03-02-2010 at 10:04 AM.
  10. Droid Sensei
    unix.punkx's Avatar
    Member #
    3991
    Join Date
    Nov 2009
    Location
    Bloomington, IN
    Posts
    3,332
    Phone
    Motorola Droid
    #9
    Definitely grab the Android SDK. Apps are written in Java, so definitely learn Java and the basics of Object Oriented Programming. There is also a great book I have called Hello, Android (some knowledge of Object Oriented Programming required)

    Book Link: Amazon.com: Hello, Android: Introducing Google's Mobile Development Platform (Pragmatic Programmers) (9781934356494): Ed Burnette: Books
  11. Droid Sensei
    natediddy1120's Avatar
    Member #
    23380
    Join Date
    Jan 2010
    Location
    ???
    Posts
    3,183
    Phone
    CyanogenMod :-)
    #10
    Quote Originally Posted by unix.punkx View Post
    Definitely grab the Android SDK. Apps are written in Java, so definitely learn Java and the basics of Object Oriented Programming. There is also a great book I have called Hello, Android (some knowledge of Object Oriented Programming required)

    Book Link: Amazon.com: Hello, Android: Introducing Google's Mobile Development Platform (Pragmatic Programmers) (9781934356494): Ed Burnette: Books
    I didn't know you wrote a book on it unix.punkx

    Are you like a developer or something?

Sponsors

Posting Permissions

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

Similar Threads

  1. Just got the Droid yesterday and trying to learn...
    By DeputyCreasy in forum New Member Introductions & Site Assistance
    Replies: 4
    Last Post: 02-17-2010, 09:46 AM
  2. Droid no longer says 'DROOIIIDD' on start up?
    By Shade2074 in forum Tech Issues, Bug Reports & Suggestions
    Replies: 16
    Last Post: 02-09-2010, 11:46 PM
  3. DROID Start-up issues- what's going on??
    By vajerzy in forum Tech Issues, Bug Reports & Suggestions
    Replies: 14
    Last Post: 02-06-2010, 07:49 PM
  4. Newbie here but willing to learn!!!
    By bacontreras in forum New Member Introductions & Site Assistance
    Replies: 2
    Last Post: 12-23-2009, 05:19 PM
  5. How do I help my 60 year old mom learn how to use the Droid?
    By lockcity in forum New Member Introductions & Site Assistance
    Replies: 24
    Last Post: 12-05-2009, 09:07 AM

Search tags for this page

how do i make an app for droid
,

how do you create an app for droid

,

how do you make an app

,
how do you make an app for droid
,
how do you make apps for droid
,
how to build a droid app
,
how to build an app for droid
,
how to create a app for droid
,
how to create a droid app
,
how to create an app for droid
,
how to create apps for droid
,
how to create droid apps
,
how to make a app for droid
,

how to make a droid app

,

how to make an app for droid

,
how to make apps droid
,
how to make droid apps
,
how to make droid phone apps
,

how to make phone apps for droid

,

learn to make droid apps

Click on a term to search our site for related topics.