Current location - Education and Training Encyclopedia - Educational Knowledge - How to learn Android development?
How to learn Android development?
Here, Fuzhou Zhuo Yue Education specifically introduces Android application development and learning roadmap. First of all, we should be familiar with Java SE programming, skillfully use Java language to program, be familiar with the grammatical features of Java language, and be familiar with Java IO, Java threads, network programming, XML processing, etc.

1.Java foundation

Android application development is based on Java language. Without solid basic knowledge of Java, it is meaningless to mechanically copy other people's code.

2.2 basic knowledge. Linux operating system

The foundation of Android system is Linux operating system. In the development process, we also need to use some Linux commands. So some basic knowledge of Linux is necessary;

3. Basic knowledge of database

This is relatively simple, that is, a database operation of adding, deleting and checking. You can read this book: SQL Programming Practice and Solutions.

4. Network protocol

You need to learn at least two basic protocols, HTTP and Socket.

5. Basic knowledge 5. android

According to the order in Dev Guide in the help document of Android SDK, Android video tutorials are basically recorded in this order.

6. Server-side development knowledge