Kevin Brooks wrote: > I would also Suggest picking up Mark Murphy's book on Android Development.
Mark Murphy likes that idea! Thanks! :-) To be fair, though, here's a list of all available English-language Android books that I know of: http://wiki.andmob.org/books Rolling back to the question on learning Java, you do not need to learn everything about the environment, because many things (e.g., Swing for GUIs) are not relevant on Android. Here are some concepts to pick up, in no real order: -- classes and objects -- interfaces -- "extends" and "implements" -- public, protected, and private -- data members and methods -- exceptions -- threads -- the java.io and java.util packages of classes _Head First Java_ is a popular Java book, as is _Core Java Volume I_. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://twitter.com/commonsguy Android Training in NYC: 30 April-2 May 2010: http://guruloft.com -- You received this message because you are subscribed to the Google Groups "Android Beginners" group. NEW! Try asking and tagging your question on Stack Overflow at http://stackoverflow.com/questions/tagged/android 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 To unsubscribe, reply using "remove me" as the subject.

