awesomeandroid
A. awesome-android-ui-master怎么使用
Android类库框架集合:awesome-android,如果看中哪个效果,就可以放到自己的工程里面进行使用:
Framework
dexposed dexposed enable 'god' mode for single android application.
https://github.com/alibaba/dexposed
Xposed The native part of the Xposed framework (mainly the modified app_process binary).
https://github.com/rovo89/Xposed
afinal Afinal是一个android的ioc,orm框架
https://github.com/yangfuhai/afinal
xUtils** android orm, bitmap, http, view inject...
https://github.com/wyouflf/xUtils
ThinkAndroid ThinkAndroid是一个免费的开源的、简易的、遵循Apache2开源协议发布的Android开发框架,其开发宗旨是简单、快速的进行 Android应用程序的开发
https://github.com/white-cat/ThinkAndroid
KJFrameForAndroid KJFrameForAndroid 又叫KJLibrary,是一个android的orm 和 ioc 框架。
https://github.com/kymjs/KJFrameForAndroid
B. 如何利用awesome-android-ui开发漂亮的界面
Intent intent = new Intent(A.this,B.class);startActivity(intent);注释,B类要到AndroidManifest.xml中注册