1. PullToRefreshListView
仿簡(jiǎn)書自帶下拉刷新和分頁(yè)加載功能的ListView
https://github.com/zhouchupen/PullToRefreshListView
2. NoteCalendar
Android自定義日歷毁腿,帶有標(biāo)注功能
https://github.com/zhouchupen/NoteCalendar
3. PieView
Android自定義餅圖
https://github.com/zhouchupen/PieView
4. RadarView
Android自定義功能雷達(dá)圖
https://github.com/zhouchupen/RadarView
5. LineGraph
Android自定義折線圖
https://github.com/zhouchupen/LineGraph
6. TextClearableEditText
Android自定義帶標(biāo)題和可清除功能的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警示對(duì)話框
https://github.com/zhouchupen/UIAlertDialog
12. IconTitleCell
Android仿iOS圖標(biāo)文本單元格
https://github.com/zhouchupen/IconTitleCell
13. TtitleTextCell
Android仿iOS單元格(主標(biāo)題+副標(biāo)題)
https://github.com/zhouchupen/TtitleTextCell
14. CircleImageView
Android自定義圓形ImageView
https://github.com/zhouchupen/CircleImageView
需要注意的是,當(dāng)同時(shí)使用上面的多個(gè)控件時(shí)苛茂,需要在build.gradle(app modules)添加下面配置:
android {
enforceUniquePackageName = false
}
或者在github上手動(dòng)下載代碼后已烤,導(dǎo)入為module時(shí)重新命名。
以上控件都是自己在開發(fā)過(guò)程中用的1.0版本味悄,如果有bug請(qǐng)多多包含草戈,希望使用者可以積極反饋,小編保證積極改善:)