zoukankan      html  css  js  c++  java
  • GitHub开源项目总结

    SwipeRefreshLayout 地址:https://github.com/hanks-zyh/SwipeRefreshLayout

    首页轮播的Tab样式,PagerSlidingTab 地址:https://github.com/astuetz/PagerSlidingTabStrip

    首页的悬浮快捷菜单,类似于Google+ FloatingActionsMenu 地址: https://github.com/telly/FloatingAction

    ListView的展示动画 ListViewAnimations 地址:https://github.com/nhaarman/ListViewAnimations

    TextView中的文本自动对齐 JustifyTextView 地址:https://github.com/xsingHu/JustifyTextView

    图片的圆形处理 CircularImageView 地址:https://github.com/lopspower/CircularImageView

    数据加载样式 ProgressWheel 地址:https://github.com/nithinkmichael/Android-ProgressWheel-master

    选择icon的翻转动画 FlipImageView 地址:https://github.com/castorflex/FlipImageView

    播放Gif的控件 gifdrawable 地址:https://github.com/nemothekid/gifdrawable-android

    菜单点击的水波纹效果,类似于360安全卫士的菜单 RippleEffect 地址:https://github.com/traex/RippleEffect

    自定义的滑动开关,类似于苹果的开关效果 SlideSwitch 地址:https://github.com/Leaking/SlideSwitch

    显示数值的进度条样式,在设置字体大小样式的时候出现 discreteSeekBar 地址:https://github.com/AnderWeb/discreteSeekBar

    带有数值的进度条样式,在升级的的时候会出现 NumberProgressBar 地址:https://github.com/daimajia/NumberProgressBar

    动画样式的对话框 SweetAlertDialog 地址:https://github.com/lzyzsd/SweetAlertDialog

    清除缓存的对话框 SmoothProgressBar 地址:https://github.com/castorflex/SmoothProgressBar

    本地图片浏览页面 瀑布流样式 StaggeredGridView 地址:https://github.com/maurycyw/StaggeredGridView

    放大和缩小图片 PhotoView 地址:https://github.com/chrisbanes/PhotoView

    拉下头部放大效果样式 PullZoomView 地址:https://github.com/Frank-Zhu/PullZoomView

  • 相关阅读:
    移动端--基于Android Studio的项目文件结构(一)【转】
    java知识体系粗略梳理
    简单的使用hibernate插入数据的例子
    触发器
    存储过程和函数
    视图
    索引的设计和使用
    数据类型的选择
    表类型(存储引擎)的选择
    MySQL中的常用函数
  • 原文地址:https://www.cnblogs.com/gao-chun/p/4914409.html
Copyright © 2011-2022 走看看