The first line of Java I ever wrote was for the Android app I have in the marketplace. So I guess I have been in your position.
You can follow a simple "Hello World" tutorial and write an Hello World program? Good. The hardest part - getting the environment set up - is now working. There is a simple Fahrenheit to Converter app tutorial. That will teach you how to accept input. Can you make that work? What would you like it to now? Read text input? There are many simple tutorials which show you the few lines needed to throw up an editable text box. Store it in a database? Lots of tutorials cover that as well. There are tutorials which cover almost every part of androids operation; work out which parts you need to know, and go through the tutorials on them. Don't expect for some blinding light to go off and you suddenly understand the whole thing. Just go through the tutorials, and cut and paste together the parts that you need to build your app. You will get to understand the classes and the concepts as you use them. Nobody else can do your learning for you. -- You received this message because you are subscribed to the Google Groups "Android Developers" 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-developers?hl=en

