[android-beginners] Re: Android Java

2010-04-23 Thread Zigurd
The Java language in Android is, still, Java. So you can't go wrong with learning Java from a good introductory book. Head First Java is a good place to start: http://www.amazon.com/Head-First-Java-Kathy-Sierra/dp/0596009208 After you are up to speed, try Effective Java: http://www.amazon.com/Eff

Re: [android-beginners] Re: Android Java

2010-04-23 Thread Mark Murphy
natediddy wrote: > I mean I see all the material about Java when doing a search, I guess > its just that there is so much about it that it gets confusing on what > I need to know...or what I'm supposed to do with the info. Ah, I see. I've poked at the WikiBook some, and it's not bad. Otherwise,

[android-beginners] Re: Android Java

2010-04-23 Thread natediddy
I mean I see all the material about Java when doing a search, I guess its just that there is so much about it that it gets confusing on what I need to know...or what I'm supposed to do with the info. Or which is basically spam and which isn't. I read through a lot of the tutorial at sun.Java's we