Wow, great job taking the initiative to develop on Android! I'm not sure of your Java level, but if you have a hard time following through the SDK documentation (http://developer.android.com/guide/ index.html), particularly the Tutorial section, try to get more familiarized with programming in general. I personally like the Cookbook types (there's one for Java by Oreilly publisher), but there are many free resources available on the internet. The more you program, the better you'll understand object oriented design and frameworks. IMO, the minimum two things you want to master are: 1) how to look up information (e.g. API), and 2) how to debug -- definitely learn how to insert breakpoints and step through your code.
On Sep 13, 3:33 am, Jonte <[email protected]> wrote: > I'm 14 years old and have been programming a little bit with Eclipse > and Java. I just got a HTC Hero and want to make some easy thing to > start with. Like showing a picture or some thing that I after that can > put a menu on and thing like that. My goal is to make a small easy > game but I got to start some were. > > What is good to start with? > > And were can I find more information about programming in Android? > > Is it just to write the same things as I do when I make a small > program in Java? > > With great regards > > Jonte --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

