Android - Learning Java [closed]
Questions asking us to recommend 开发者_开发知识库or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this questionI want to find some resources about java programming for android. I have a little knowledge on java programming so the guide have to begin from novice.
In other words i need a tutorial/ebook to learn java programming that i can use latter for android development.
Can you suggest me something that you have read or you know that it is good ? Anything.. from amazon...or anywhere..
Thanks in advance
You can try the Wikibook on Java programming, available free online. This blog post lists the various pieces of Java you really need to know to get into Android development, with links to the corresponding Wikibook section.
I can highly recommend this tutorial series.
http://mobile.tutsplus.com/tutorials/android/java-tutorial/
It depends on your knowledge of other languages. If you know C# or C++, Java is not that big issue.
Try to work through an Android app tutorial like this: http://www.vogella.de/articles/Android/article.html
I managed to write my first app as a c# developer with that tutorial
Since you say you only have experience in C, you should first read a bit about the OOP concepts in general because having a firm theoretical understanding of object-oriented programming is crucial to learning any OOP language (Java in your case, C#, Ruby..). For example, check this : http://download.oracle.com/javase/tutorial/java/concepts/
Generally, for Java resources you should visit(The Site Formerly Known as java.sun.com).]
Best, Jas.
精彩评论