Recommended links: codeKK: http://p.codekk.com/ Android Open Source Project source code analysis: https://github.com/android-cn/android-open-project-analysis Android Open Source Projects: http://www.java2s.com/Open-Source/Android_Free_Code/index.htm Android-CleanArchitecture: https://github.com/android10/Android-CleanArchitecture [Zhihu] Is there any good architecture for Android development? ?:https://www.zhihu.com/question/21406685
There are many such as xUtils , RxJava 等,不过 Android themselves are frameworks, and most of these frameworks are used to improve development efficiency. While improving development efficiency, most of them sacrifice a lot of operating efficiency. If you are building a larger App and you must pay attention to the running efficiency of the App, it is not recommended to use these frameworks.
Recommended links:
codeKK: http://p.codekk.com/
Android Open Source Project source code analysis: https://github.com/android-cn/android-open-project-analysis
Android Open Source Projects: http://www.java2s.com/Open-Source/Android_Free_Code/index.htm
Android-CleanArchitecture: https://github.com/android10/Android-CleanArchitecture
[Zhihu] Is there any good architecture for Android development? ?:https://www.zhihu.com/question/21406685
There are many such as
xUtils
,RxJava
等,不过Android
themselves are frameworks, and most of these frameworks are used to improve development efficiency. While improving development efficiency, most of them sacrifice a lot of operating efficiency. If you are building a larger App and you must pay attention to the running efficiency of the App, it is not recommended to use these frameworks.EventBus, Glide a lot