Android - Learning Java

I want to find some resources about java programming for Android. I have little knowledge of Java programming, so the guide should start with beginners.

In other words, I need a tutorial / book to learn the Java programming that I can use for Android development.

Can you offer me something you read, or know that it’s good? Nothing .. from Amazon ... or somewhere ..

Thanks in advance

+3
source share
4 answers

Java, . Java, , Android, Wikibook.

+2
+1

Since you say that you only have experience in C, you should first familiarize yourself with the concepts of OOP, because having a solid theoretical understanding of object-oriented programming is crucial for learning any OOP language (Java in your case, C #, Ruby..). For example, check this out: http://download.oracle.com/javase/tutorial/java/concepts/

Generally, for Java resources you should visit (a site formerly known as java.sun.com).]

Best, Jac.

0
source

Source: https://habr.com/ru/post/1766746/


All Articles