Skip to content

Commit a057e1a

Browse files
committed
Merge pull request Trinea#113 from rengwuxian/patch-2
添加 Custom View 代码简化工具库: Barber
2 parents bbb26f8 + e265537 commit a057e1a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1449,6 +1449,10 @@ SAF(Simple Android Framework)是一个简单的android框架,它为开发Andro
14491449
(6) Router(Activity、Fragment的Router)
14501450
(7) Utils(各种常用的工具类)
14511451

1452+
1. Barber
1453+
Custom View 神器。通过简单的注解帮助你大大减少 Custom View 中的代码量。由于和 ButterKnife 一样使用了 Annotation Proccessor ,所以对程序性能没有影响。
1454+
项目地址:https://github.com/hzsweers/barber
1455+
14521456
#### 六、Android 高版本向低版本兼容
14531457
1. ActionBarSherlock
14541458
为Android所有版本提供统一的ActionBar,解决4.0以下ActionBar的适配问题

0 commit comments

Comments
 (0)