What is the best way to learn Android for someone who has no programming experience?

I really want to do programming in android, and I already read two books and a lot of what is happening here. Many thanks. This site has already become my favorite resource. Anyway, does anyone have any additional tips on how to speed up time to take off? Many thanks!

+3
source share
6 answers

It’s like wanting to jump right into a Formula 1 car and race in the Grand Prix before you ever had at least one lesson driving a regular car. First, consider some basic programs other than Android. This is “just Java,” and there is a lot you can do with Java without having to deal with the Android platform on top of everything else.

Especially if you have never programmed before. First, run the basic programming concepts in your head, and then go to a specific platform.

+15
source

I started reading a couple of books, but didn’t feel like I quickly learned programming. So I just dived into it and started creating simple applications, and then searched in googled (and used stack overflow) ALOT when I needed help.

http://developer.android.com

+2

Java tutorials :)

(java tutorials) , java - :)

0

, - , Android , . , - -, , !

# , Java, , IDE. , PHP .

0
0

. "Learn ++ 21 ", Android Java, , , ( C/++ - - ). - Java- Swing NetBeans. Swing , Android, Eclipse, NetBeans.

Now that I’m thinking about it, you only need to know very basic programming to start with Android (classes, functions, variables, types, inheritance, loops and maybe some simple algorithms), and the rest you can learn from the Android book, Here are some recommendations: The best books for development on the Android platform . There are good resources on the Internet, but mostly this is clean documentation and only a few low-level textbooks.

In general, you should be prepared for the fact that if you want to learn how to program, it will take time.

0
source

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


All Articles