美文网首页Android开发Android开发实战总结
安利一波自己的UI库,哈哈哈

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

作者: cooperise | 来源:发表于2016-12-07 13:53 被阅读235次

1. PullToRefreshListView

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

PullToRefreshListView

2. NoteCalendar

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

NoteCalendar

3. PieView

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

PieView

4. RadarView

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

RadarView

5. LineGraph

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

LineGraph

6. TextClearableEditText

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

TextClearableEditText

7. WhiteClearableEditText

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

WhiteClearableEditText

8. SixNumEditText

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

SixNumEditText

9. NumberKeyboard

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

NumberKeyboard

10. MenuPicker

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

MenuPicker

11. UIAlertDialog

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

UIAlertDialog

12. IconTitleCell

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

IconTitleCell

13. TtitleTextCell

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

TtitleTextCell

14. CircleImageView

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

CircleImageView

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

android { 
    enforceUniquePackageName = false
}

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

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

相关文章

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

    1. PullToRefreshListView 仿简书自带下拉刷新和分页加载功能的ListViewhttps:/...

  • UI设计是什么?怎么学?

    先安利一波我最近看的网站把~ 学UI网 http://www.xueui.cn/UI中国 http://w...

  • 壁纸

    给大家安利一波好看的壁纸

  • 开发Vue UI库教程

    做前端开发的朋友多少都有使用过一些UI库的经验,下面是如何参照element-ui开发一款属于自己的ui库 MS-...

  • 5 个酷炫的 UI 库

    5 个酷炫的 UI 库5 个酷炫的 UI 库

  • 练去 没有捷径

    安利一波学术实用手册~

  • 移动端组件库和ui库

    常用ui库 mint-ui Vant 有赞开源ui库https://youzan.github.io/vant/#...

  • 安利一波

    我以前是个谦粉,但因为谦谦,我爱上了一档音乐类养成节目明日之子,这个节目有三个星推官杨幂,薛之谦,华晨宇 第3期是...

  • 安利一波

    你好,现在手机里的APP软件过多,如果说有哪个对我的习惯是好的——强烈推荐《习惯打卡——签到》这个手机ap...

  • 安利一波

    劳动节假期第一天基本上是赖在床上的节奏。中午的时候才正经起来临了一会帖,算是干了点事。笔用的是最近新买的小米巨能写...

网友评论

    本文标题:安利一波自己的UI库,哈哈哈

    本文链接:https://www.haomeiwen.com/subject/qtnfmttx.html