
1. PullToRefreshListView
仿簡書自帶下拉刷新和分頁加載功能的ListView
https://github.com/zhouchupen/PullToRefreshListView

2. NoteCalendar
Android自定義日歷,帶有標注功能
https://github.com/zhouchupen/NoteCalendar

3. PieView
Android自定義餅圖
https://github.com/zhouchupen/PieView

4. RadarView
Android自定義功能雷達圖
https://github.com/zhouchupen/RadarView

5. LineGraph
Android自定義折線圖
https://github.com/zhouchupen/LineGraph

6. TextClearableEditText
Android自定義帶標題和可清除功能的EditText
https://github.com/zhouchupen/TextClearableEditText

7. WhiteClearableEditText
Android仿微信信息輸入框
https://github.com/zhouchupen/WhiteClearableEditText

8. SixNumEditText
Android仿微信六位數(shù)字輸入框
https://github.com/zhouchupen/SixNumEditText

9. NumberKeyboard
Android自定義底部輸入鍵盤
https://github.com/zhouchupen/NumberKeyboard

10. MenuPicker
Android仿iOS彈出菜單
https://github.com/zhouchupen/MenuPicker

11. UIAlertDialog
Android仿iOS警示對話框
https://github.com/zhouchupen/UIAlertDialog

12. IconTitleCell
Android仿iOS圖標文本單元格
https://github.com/zhouchupen/IconTitleCell

13. TtitleTextCell
Android仿iOS單元格(主標題+副標題)
https://github.com/zhouchupen/TtitleTextCell

14. CircleImageView
Android自定義圓形ImageView
https://github.com/zhouchupen/CircleImageView

需要注意的是,當同時使用上面的多個控件時,需要在build.gradle(app modules)添加下面配置:
android {
enforceUniquePackageName = false
}
或者在github上手動下載代碼后,導入為module時重新命名。
以上控件都是自己在開發(fā)過程中用的1.0版本,如果有bug請多多包含,希望使用者可以積極反饋,小編保證積極改善:)