Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 701401f + 429f934 commit bf865c5Copy full SHA for bf865c5
README.md
@@ -1474,6 +1474,10 @@ SAF(Simple Android Framework)是一个简单的android框架,它为开发Andro
1474
Custom View 神器。通过简单的注解帮助你大大减少 Custom View 中的代码量。由于和 ButterKnife 一样使用了 Annotation Proccessor ,所以对程序性能没有影响。
1475
项目地址:https://github.com/hzsweers/barber
1476
1477
+1. device-year-class
1478
+A library that analyzes an Android device's specifications and calculates which year the device would be considered "high end”.(facebook开发的检测手机主流配置工具)
1479
+项目地址:https://github.com/facebook/device-year-class
1480
+
1481
#### 六、Android 高版本向低版本兼容
1482
1. ActionBarSherlock
1483
为Android所有版本提供统一的ActionBar,解决4.0以下ActionBar的适配问题
0 commit comments