安利一波自己的UI库,哈哈哈

安利一波自己的UI库,哈哈哈_第1张图片

1. PullToRefreshListView

仿自带下拉刷新和分页加载功能的ListView
https://github.com/zhouchupen/PullToRefreshListView

安利一波自己的UI库,哈哈哈_第2张图片
PullToRefreshListView

2. NoteCalendar

Android自定义日历,带有标注功能
https://github.com/zhouchupen/NoteCalendar

安利一波自己的UI库,哈哈哈_第3张图片
NoteCalendar

3. PieView

Android自定义饼图
https://github.com/zhouchupen/PieView

安利一波自己的UI库,哈哈哈_第4张图片
PieView

4. RadarView

Android自定义功能雷达图
https://github.com/zhouchupen/RadarView

安利一波自己的UI库,哈哈哈_第5张图片
RadarView

5. LineGraph

Android自定义折线图
https://github.com/zhouchupen/LineGraph

安利一波自己的UI库,哈哈哈_第6张图片
LineGraph

6. TextClearableEditText

Android自定义带标题和可清除功能的EditText
https://github.com/zhouchupen/TextClearableEditText

安利一波自己的UI库,哈哈哈_第7张图片
TextClearableEditText

7. WhiteClearableEditText

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

安利一波自己的UI库,哈哈哈_第8张图片
WhiteClearableEditText

8. SixNumEditText

Android仿微信六位数字输入框
https://github.com/zhouchupen/SixNumEditText

SixNumEditText

9. NumberKeyboard

Android自定义底部输入键盘
https://github.com/zhouchupen/NumberKeyboard

安利一波自己的UI库,哈哈哈_第9张图片
NumberKeyboard

10. MenuPicker

Android仿iOS弹出菜单
https://github.com/zhouchupen/MenuPicker

安利一波自己的UI库,哈哈哈_第10张图片
MenuPicker

11. UIAlertDialog

Android仿iOS警示对话框
https://github.com/zhouchupen/UIAlertDialog

安利一波自己的UI库,哈哈哈_第11张图片
UIAlertDialog

12. IconTitleCell

Android仿iOS图标文本单元格
https://github.com/zhouchupen/IconTitleCell

安利一波自己的UI库,哈哈哈_第12张图片
IconTitleCell

13. TtitleTextCell

Android仿iOS单元格(主标题+副标题)
https://github.com/zhouchupen/TtitleTextCell

安利一波自己的UI库,哈哈哈_第13张图片
TtitleTextCell

14. CircleImageView

Android自定义圆形ImageView
https://github.com/zhouchupen/CircleImageView

安利一波自己的UI库,哈哈哈_第14张图片
CircleImageView

需要注意的是,当同时使用上面的多个控件时,需要在build.gradle(app modules)添加下面配置:

android { 
    enforceUniquePackageName = false
}

或者在github上手动下载代码后,导入为module时重新命名。

以上控件都是自己在开发过程中用的1.0版本,如果有bug请多多包含,希望使用者可以积极反馈,小编保证积极改善:)

你可能感兴趣的:(安利一波自己的UI库,哈哈哈)