Android UI綁定註解

1.Butter Knife

提供了一種能力——使用註解生成模板代碼,將view與方法和參數綁定,簡化代碼

官網地址:http://jakewharton.github.io/butterknife/

github:https://github.com/JakeWharton/butterknife

 

2.androidannotations

一款基於註解的快速開發框架,與Butterknife一樣基於註解,利用註解快速完成view的初始化,不同的是androidannotations提供了更多的能力:簡單的線程模型等

官網地址 http://androidannotations.org/

github https://github.com/androidannotations/androidannotations

 

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章