i'm interested in developing applications for Android, and as i know, i need to learn Java.

I have some basic knowledge of object-oriented php and a little C++, but nothing about Java.

Can you recommend me some book which will teach me the needed things for Android development?

link|improve this question
possible duplicate of Good book for beginning android development – Phoenix Dec 17 '11 at 15:31
feedback

6 Answers

I'd recommend picking up any beginner Java book and then using resources and videos on the Internet for help with Android.

For a Java book, I'd recommend the book I used: Core Java by Cay Horstmann. It's quite comprehensive and well suited for those who have programmed before, especially those with a C++ background.

link|improve this answer
feedback

Hippo suggested that you use Core Java by Cay Horstmann. I too have that book, but I'd recommend against using that book to learn. It is much more useful as a reference book than as learning material.

In order to program extensively in Java, you are going to need a commanding knowledge of not only data structures but also object oriented design. These are things you can't pick up in that book.

The book I'd recommend using in addition to Core Java is Building Skills in Object-Oriented Design by Steven Loft. I've included a link to his website which has online copies of all his books available. The book is available in both Java and in Python. The book essentially walks you through three very extensive and complex projects. It tells you how to design large software, but you have to code it yourself. I'd highly recommend going through all three projects as you will gain a very good knowledge of how to do OO-Design.

link|improve this answer
Well, YMMV. Looking up the most helpful reviews at Amazon should help the OP decide if it's suitable. Here's the link for Core Java reviews: amazon.com/Core-Java-TM-I-Fundamentals-8th/product-reviews/… – Hippo Jan 2 '11 at 17:55
Btw, +1 for suggesting another interesting resource! – Hippo Jan 2 '11 at 17:59
feedback

beginning java for dummies is really for beginners; thinking in java is very good but large; java is not enough to develop android apps u need to know app design (not simple) and various apis about activites,views,content...etc; head first java is also good;

link|improve this answer
feedback

HeadFirst.java second edition.

link|improve this answer
feedback

I would also like to recommend Learn Java for Android Development, it is a very good book but I guess if you do not know Java then you might to start with some standard Java Books first and then move to this one. Effective Java and Head First Java are good books for starting up on Java

link|improve this answer
feedback

A great book for Android Java programming is

Learn Java for Android Development

Prior knowledge to programming languages is required

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.