开源程序合集

1.Android UI库, Android L风格:https://github.com/markushi/android-ui
这里写图片描述
2android-floating-action-button
Android L风格的浮动按钮, 红色小鲜肉:https://github.com/futuresimple/android-floating-action-button
这里写图片描述
3.SlidingMenu
一款优秀的侧滑菜单组件。 Google+, YouTube和Facebook在它们的应用中采用的侧滑菜单流行开来, 国内也有很多的应用如网易新闻等也采用了这种菜单方式。 侧滑菜单组件很好几种, 尤以此款最为好用。 看看官方网站上的知名用户就知道了。
https://github.com/jfeinstein10/SlidingMenu
4.richeditor-android
超酷的富文本编辑器
https://github.com/wasabeef/richeditor-android
这里写图片描述
5.GridPasswordView
仿微信/支付宝的密码输入框效果。
https://github.com/Jungerr/GridPasswordView
6.android-bootstrap
不同于上面的Android-Bootstrap。 此项目是一个Android应用程序的模版, 相当于一个脚手架的功能。
https://github.com/Bearded-Hen/Android-Bootstrap
这里写图片描述
这里写图片描述
这里写图片描述
这里写图片描述
这里写图片描述
这里写图片描述
这里写图片描述
这里写图片描述
这里写图片描述
这里写图片描述
7.AndroidStaggeredGrid
想做瀑布流式的应用吗?用它吧
https://github.com/etsy/AndroidStaggeredGrid
这里写图片描述
8.PhotoView
ImageView扩展, 支持放缩和手势。
https://github.com/chrisbanes/PhotoView
9.ListViewAnimations
为ListView增加动画, 还提供滑动删除选定项的功能。 类似Android的邮件的删除操作。
https://github.com/nhaarman/ListViewAnimations
这里写图片描述
10.hellocharts-android
一个图表库, 带少量动画。
https://github.com/lecho/hellocharts-android
这里写图片描述
这里写图片描述
这里写图片描述
这里写图片描述
11.Android-Week-View
日历组件。
https://github.com/alamkanak/Android-Week-View
这里写图片描述
12.AndroidViewHover
一种优雅的显示上下文和菜单的库
https://github.com/daimajia/AndroidViewHover
这里写图片描述
13.android-menudrawer
又一个滑动菜单的组件。
https://github.com/SimonVT/android-menudrawer
14.android-undergarment
抽屉组件。
集成这个组件非常简单 ,只要在activity的oncreate中加入mDrawerGarment = new DrawerGarment(this, R.layout.dashboard);
https://github.com/eddieringle/android-undergarment
15.Crouton
Toast之外的另以选择。
https://github.com/keyboardsurfer/Crouton
16.StickyListHeaders
header可以固定的组件。 看下图。
https://github.com/emilsjolander/StickyListHeaders
这里写图片描述
17.drag-sort-listview
在ListItem拖动重排序。 开发者已经放弃维护了但是关注者依然不少
https://github.com/bauerca/drag-sort-listview
18.FadingActionBar
折叠风格的ActionBar. 说起ActionBar, 第一选择不是ActionBarSherlock么?
https://github.com/ManuelPeinado/FadingActionBar
这里写图片描述
19.android-times-square
square出品的日期选择组件。
https://github.com/square/android-times-square
这里写图片描述
20.AndroidViewAnimations
漂亮的视图动画。
https://github.com/daimajia/AndroidViewAnimations
这里写图片描述
21.JazzyViewPager
为ViewPager增加一条切换动画
https://github.com/jfeinstein10/JazzyViewPager
22.android-process-button
很酷的一个组件,可以在按钮下部显示漂亮的进度条,就像GMAIL一样
https://github.com/dmytrodanylyk/android-process-button
这里写图片描述
这里写图片描述
23.ProgressWheel
环形进度条。
https://github.com/Todd-Davies/ProgressWheel
这里写图片描述
这里写图片描述
24.Calligraphy
在Android中更容易的使用字体。
https://github.com/chrisjenx/Calligraphy
这里写图片描述
25.AndroidTagGroup
一个漂亮的标签组控件。
https://github.com/2dxgujun/AndroidTagGroup/
这里写图片描述
26.Android-Ultra-Photo-Selector
一个图片选择器控件,支持选择多张图片、浏览设备上所有包含图片的文件夹、预览选择的图片并且支持缩放。
https://github.com/AizazAZ/Android-Ultra-Photo-Selector
这里写图片描述
这里写图片描述
27.fab
一个支持很多自定义属性的Floating Action Button控件。
https://github.com/Scalified/fab
这里写图片描述
这里写图片描述
28.dashed-circular-progress
圆形轨迹进度条控件。
https://github.com/glomadrian/dashed-circular-progress
这里写图片描述
29.AutoCompleteBubbleText
自动选择,可用于tag选择
https://github.com/FrederickRider/AutoCompleteBubbleText
这里写图片描述
30.SuperToasts
扩展的Toast.
https://github.com/JohnPersano/SuperToasts
这里写图片描述
31.GlassActionBar
毛玻璃效果的ction bar.
https://github.com/ManuelPeinado/GlassActionBar
这里写图片描述
32.GraphView
可以产生放缩的线图和直方图。
https://github.com/appsthatmatter/GraphView
这里写图片描述
这里写图片描述
33.StickyGridHeaders
可以固定header和分区的Grid。
https://github.com/TonicArtos/StickyGridHeaders
这里写图片描述
34.BlurEffectForAndroidDesign
模糊效果的演示。
https://github.com/PomepuyN/BlurEffectForAndroidDesign
这里写图片描述
这里写图片描述
35.RippleEffect
涟漪效果
https://github.com/traex/RippleEffect
这里写图片描述
36.ArcLayout
超酷的弧形布局
https://github.com/ogaclejapan/ArcLayout
这里写图片描述
37.PullZoomView
最近国内用的比较多的一个风格。 拖动时头部缩放。
https://github.com/Frank-Zhu/PullZoomView
这里写图片描述
38.material-ripple
为view增加的Android L涟漪效果的包装类
https://github.com/balysv/material-ripple
这里写图片描述
39.L-Navigation-Drawer
替换Android L的导航抽屉类。 也就是左边拖动菜单。
https://github.com/lewisjdeane/L-Navigation-Drawer
这里写图片描述
40.android-sliding-layer-lib
滑动层框架, 支持左右滑动,全屏。
https://github.com/wunderlist/android-sliding-layer-lib
41.AndroidFloatLabel
浮动标签, 按需显示。
https://github.com/IanGClifton/AndroidFloatLabel
42.MultiImageSelector
国人开发的一个多图像选择组件
https://github.com/lovetuzitong/MultiImageSelector
这里写图片描述
这里写图片描述
这里写图片描述
43.cropper
图像剪切和旋转。
https://github.com/edmodo/cropper
这里写图片描述
44.StandOut
很容易的创建弹出窗口。
https://github.com/pingpongboss/StandOut
45.android-iconify
集成FontAwesome 。
https://github.com/JoanZapata/android-iconify
这里写图片描述
46.android-gif-drawable
看名字就知道了
https://github.com/koral–/android-gif-drawable
47.NumberProgressBar
漂亮的带数字的进度条
https://github.com/daimajia/NumberProgressBar
这里写图片描述
48.Android-SwipeToDismiss
演示ListView滑动删除
https://github.com/romannurik/Android-SwipeToDismiss
49.Shimmer-android
闪烁发光的文本框。
https://github.com/RomainPiel/Shimmer-android
这里写图片描述
50.HoloColorPicker
Holo风格的颜色选择器
https://github.com/LarsWerkman/HoloColorPicker
这里写图片描述
51.android-crop
图像裁剪
https://github.com/jdamcd/android-crop
52.android-edittext-validator
文本框校验
https://github.com/vekexasia/android-edittext-validator
这里写图片描述
53.CircleProgress
圆圈进度条
https://github.com/Fichardu/CircleProgress
这里写图片描述
54.MultiChoiceAdapter
ListView 支持多选。
https://github.com/ManuelPeinado/MultiChoiceAdapter
这里写图片描述
55.PinterestLikeAdapterView
瀑布流
https://github.com/dodola/PinterestLikeAdapterView
这里写图片描述
56.PullToZoomInListView
滑动ListView时使其HeaderView跟随滑动缩放.
https://github.com/matrixxun/PullToZoomInListView
这里写图片描述
57.NotBoringActionBar
拖动时顶部可以收缩。
https://github.com/flavienlaurent/NotBoringActionBar
这里写图片描述
58.LetterImageView
类似Android的邮件应用, 用首字母作为图片。
https://github.com/makovkastar/LetterImageView
这里写图片描述
59.FlyRefresh
创意Replace的Android实现,很cool.
https://github.com/race604/FlyRefresh
这里写图片描述
60.fab-toolbar
Material Design风格的FAB工具栏效果
https://github.com/AlexKolpa/fab-toolbar
这里写图片描述
61.ElasticDownload
酷炫进度条
https://github.com/Tibolte/ElasticDownload
这里写图片描述
62.GiftCard-Android
礼品卡效果
https://github.com/MartinRGB/GiftCard-Android

doodoo 多多小程序开源版 API接口文件 server 环境需求 node >= 8.0 mysql pm2 配置文件 .env # 应用配置 APP_PORT=3001 APP_HOST=http://127.0.0.1:3001 # 验证码 VERIFY_MAXIP=36 VERIFY_MAXPHONE=6 # MYSQL数据库链接 MYSQL=true MYSQL_HOST=127.0.0.1 MYSQL_USER=root MYSQL_PASSWORD=root MYSQL_DATABASE=doodoo MYSQL_PORT=3306 MYSQL_CHARSET=utf8mb4 # REDIS链接 REDIS=true REDIS_HOST=127.0.0.1 REDIS_PORT=6379 REDIS_PREFIX=xxx # 七牛云 QINIU=false QINIU_ACCESSKEY=xxx QINIU_SECRETKEY=xxx QINIU_BUCKET=xxx QINIU_DOMAIN=xxx # 分页 PAGE_SIZE=20 # jwt配置 JWT_SECRET=xxx JWT_EXPIRESIN=7 days # 微信开放平台 OPEN_APPID=xxx OPEN_APPSECRET=xxx OPEN_TOKEN=xxx OPEN_ENCODINGAESKEY=xxx # 微信服务号 WX_APPID=xxx WX_APPSECRET=xxx WX_TOKEN=xxx WX_ENCODINGAESKEY=xxx # 支付宝支付 ALIPAY_ACCOUNT=xxx ALIPAY_PARTNER=xxx ALIPAY_KEY=xxx # 阿里云短信 ALISMS_APPKEY=xxx ALISMS_APPSECRET=xxx ALISMS_FREE_SIGN_NAME=xxx ALISMS_TEMPLATE_CODE=xxx 安装使用 // 进入项目 cd server // 使用yarn或者npm安装依赖 yarn 或者 npm install // 导入数据库文件 /sql/doodoo.sql // 配置数据库连接文件 .env // 启动项目 pm2 start pm2.json 启动信息 [doodoo] Version: 1.0.1 [doodoo] Website: http://127.0.0.1:3001 [doodoo] Nodejs Version: v10.9.0 [doodoo] Nodejs Platform: darwin x64 [doodoo] Server Enviroment: dev [doodoo] Server Startup Time: 2497ms [doodoo] Server Current Time: 2018-09-05 15:21:30 [doodoo] Server Running At: http://127.0.0.1:3001 后台 client 安装使用 // 进入项目 cd client // 使用yarn或者npm安装依赖 yarn 或者 npm install // 配置API接口文件 nuxt.config.js const apiHost = "http://127.0.0.1:3001" // 启动项目 yarn dev 小程序端 wxa 使用说明 // 配置API接口文件 utils/doodoo.js // 第8行 wx.doodoo.host = "127.0.0.1:3001" wx.doodoo.secure = true; // 开发模式 // 正式上线请把开发模式关闭 问题反馈 在使用中有任何问题,请使用以下联系方式联系我们 QQ群: 874449168(交流群①) EMAIL: 786699892@qq.com Github: https://github.com/doodooke/doodoo.js 官网 多多客Doodooke小程序
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值