1、带尾巴的RecyclerViewPager

特点:1、像viewPager一样滑动一次就滑动一页

2、像画廊gallery一样,滑动一次可以滑动很多页

3、竖向滑动

4、支持点击事件,没有错乱

       

项目地址:https://github.com/lsjwzh/RecyclerViewPager

我把项目进一步精简,到只有两个功能

地址: https://github.com/zyj1609wz/RecyclerViewPager/

2、模仿qq , 消息数量可以拖拽的效果

https://github.com/bingoogolapple/BGABadgeView-Android

3、白天模式、夜间模式切换

项目地址:https://github.com/hehonghui/Colorful/

4、运动计步器的实现

github

https://github.com/zyj1609wz/StepCounter

博客

http://blog.csdn.net/guang09080908/article/details/41411679

5、自定义滑块

https://github.com/xiaopansky/SwitchButton

6、viewPager 各种指示器

https://github.com/H07000223/FlycoTabLayout

         

7、高防微信的自定义键盘

https://github.com/zuiwuyuan/WeChatPswKeyboard

8、一个比较好用的图片压缩库,可以跟微信像媲美

https://github.com/Curzibn/Luban

9、类似于刮刮乐这样的擦除效果

https://github.com/jackpocket/android_scratchoff

10、Dialog库

https://github.com/pedant/sweet-alert-dialog

11、仿支付宝芝麻信用分仪表盘效果

https://github.com/HotBitmapGG/CreditSesameRingView

   

最新文章

  1. 图片懒加载--判断div ul中的li是否已经滑动到可视区域里
  2. Canvas drawText实现中英文居中
  3. 微信电话本可免费拨打网络电话 通话一分钟约300K流量
  4. Openstack命令行创建不同vlan段虚拟机
  5. 【分布式】RPC初探
  6. vi总结
  7. firefox较慢
  8. Datadog Agent是啥?它消耗什么资源?
  9. winphone 开发学习笔记(1)
  10. 把一个数组向右循环移动k位要求时间复杂度为O(n)
  11. 一张图让你看清Java集合类(Java集合类的总结)
  12. LeetCode 110. Balanced Binary Tree (平衡二叉树)
  13. Python基础-注释-变量赋值
  14. Mockito框架入门教程(二)
  15. vue项目中如何使用less
  16. Java_冒泡排序_原理及优化
  17. Dubbo协议
  18. wget for windows
  19. Starting MySQL...The server quit without updating PID file [失败]local/mysql/data/localhost.localdomain.pid报错
  20. 【笔记】virtualbox+arch+kde5安装流水账

热门文章

  1. Netty实现高性能RPC服务器优化篇之消息序列化
  2. Entity Framework 6 Recipes 2nd Edition(10-8)译 - >映射插入、修改、删除操作到存储过程
  3. Entity Framework 6 Recipes 2nd Edition(13-3)译 -> 为一个只读的访问获取实体
  4. angular + easyui 做界面验证
  5. php json_encode数据格式化
  6. 软件工程的引入:Scrum开发框架总结
  7. JavaScript学习总结(二)——闭包、IIFE、apply、函数与对象
  8. 面向对象的JS(一)
  9. 【Oracle 集群】Linux下Oracle RAC集群搭建之基本测试与使用(九)
  10. jQuery对象和DOM对象的区别