Android architecture instructions
1. Understand the features of different versions, including IDE.
For example, the differences between AsyncTask3.0 and earlier versions, the new APIs of Android 5.0, and the new features of HttpClient and AS2.0 cannot be used in Android 6.0.
2. Master popular technologies and understand their principles.
For example, RxJava (responsive framework), pull fit (request framework can be used with RxJava), MVP (Development Mode) hotfix (hot fix), and so on.
3. Master the test tool (because you know how to test and view, you can better solve the problem and write test cases for each method ).
For example, you can view the layout level, APP performance, and APP security.
4. Reverse Engineering (both Attack and Defense ).
5. Have your own open-source projects (preferably in the MD style ).
6. Be familiar with gitflow to better manage projects.
7. You must take notes, write a blog, and write a book.
8. Learn about some common algorithms (useful for animation !)
9. Pay attention to the latest technology and IT industry information.