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