Thank you for this post Nikhil. Very helpful. easan
On Sep 30, 10:23 am, niksbin <[EMAIL PROTECTED]> wrote:
> Sure, no problem.
>
> I would suggest first download the tools. I have listed them below:
>
> 1. Eclipse 3.3 or 3.4 (I believe either one will work). This is
> the IDE or editor
> that you use to type your Java logic in.
>
> 2. Java Runtime Environment/Java Virtual Machine (JVM) - this is
> the engine or framework that your logic works with.
>
> 3. ADT/JDT plugin for Eclipse
>
> 4. Android 1.0 SDK (Software Development Kit)
>
> These can be downloaded from the following link (unfortunately, I
> haven't tried it myself, but you can always get help
> here):http://code.google.com/android/intro/installing.html
>
> The step-by-step instructions are there as well. Here is the exact
> link for the user guide:http://code.google.com/android/intro/index.html
>
> -------------
> Next,
> When your editors, etc are working then take a step-by-step
> approach to completing your project.
>
> Some recommendations,
> Start small: 1) create mini apps with 1 or 2 lines of code
> (like displaying 'Hello World' on your screen)
> then 2) add simple logic that is easy to do
> (like adding an If/Then statement; see the below example of a car
> making a right turn:
>
> IF 'car' is in right lane AND 'traffic light' is green Then 'make
> right turn'
> The logic for this might
> be: IF 'Lane' = right AND TrafficLight = green THEN Turn = right
>
> Like this, keep adding more logic/code and soon will
> get good at it. You can read a book also, but be sure that you keep
> practicing, as you may know (this applies to anything) that your
> program will work, you just need to understand if and what is the
> problem when you run into a predicament.
>
> Here is the book I'm reading. It is very good:
>
> http://www.amazon.com/Java-5-Beginners-Tutorial-Brainysoftware/dp/097...
>
> Lastly, you may want to read the posts at this thread:
>
> http://groups.google.com/group/android-beginners/browse_thread/thread...
>
> Let us know if you have any questions.
>
> Hope this helps.
>
> Good Luck, :-)
>
> Sincerely,
> Nikhil
>
> On Sep 30, 6:57 am, dilu <[EMAIL PROTECTED]> wrote:
>
> > hi
> > please help me.
> > what is the best way to get started for developing any android
> > application.
> > i m new to dis field.
> > shall i first read java and then move ahead?orwatto do?just advice
> > me.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Beginners" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~----------~----~----~----~------~----~------~--~---