移动端开发技术更新很快,想请各位大神聊聊,现在Android开发中有哪些值得推荐的第三方框架?UI、业务、数据库等各层都行,下次新项目搭建的时候可以参考:)
高洛峰2017-04-17 15:59:19
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
ringa_lee2017-04-17 15:59:19
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.