Hello, I would like to learn android programming, but have no knowledge in java whatsoever. Do I need to go through a java course first before starting with android, or is there a way to start programming directly with the latter?

Recommended Answers

All 8 Replies

Well, knowing JAVA always come in handy, it will be easier if you have good knowledge o atleast 2 major languages.

Hey
If you plan to go in Android development, then you must have java knowledge.
without knowing java Android development is difficult.

-Mike

thanks for the info
Any recommended books on Java which can help me learn it quickly for the android scope rather than core java programming?

Android java shares essentialy the same api as oracle java and follows all the same language rules so learning the core language will help immensely in your quest to program for android also its a lot easier to find books and tutorials on java vs android java.

Here are a few I have read:
Java Programming: Program Design Including Data structures. by D.S. Malik -as far as programming books go this is one of the easier ones to read.
Introduction to Java Programming by Y Daniel Liang - a harder read but very complete not just and intro book.

If you alread know a language from the C family or a similar one you could probly get by with the java language specification: http://docs.oracle.com/javase/specs/

If not try out the tutorials on sites such as:
http://docs.oracle.com/javase/tutorial/
http://www.tutorialspoint.com/java/

Also google is your friend. I probly learned more about java from google searches than from any single book or document. And any questions/topics you have problems with I or one of the java gurus in the java forum would be glad to help.

Another important thing to know for android is xml as it is used extensively in app programming.

If your in a hurry to get started on an android app check out the tutorials at:
http://developer.android.com/training/index.html
http://www.coreservlets.com/android-tutorial/

hope this helps.

commented: thanks for the links and book titles +4

The main difference between vanilla java and Andoid's Dalvik is the byte code generated by the compiler and the virtual machine to execute that byte code, plus the additional API's that Dalvik provides.

thanks for all the info provided

I reciently got Core Java Volume I and II 9th ed. as reference and they are now my favorite java books easy to read and complete. If your going to learn java from books these are probly one of the best choices. Also they are a lot cheeper than the ones i listed above.

commented: thanks for the heads up +4
Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.