-
Notifications
You must be signed in to change notification settings - Fork 4
Home
jianzhang.ljz edited this page Jan 4, 2017
·
9 revisions
##镇楼 markdown编辑工具CuteMarkEd
- android 抢红包怎么做: https://github.com/geeeeeeeeek/WeChatLuckyMoney
- svm 应用在广告词语识别上,二分类区分好坏
- android 可以使用 uc webView
- android beauty ui
- github上有人总结的一些UI实现,每个都有图片很棒:https://github.com/wasabeef/awesome-android-ui
- 漂亮的分享按钮: https://github.com/kayan1990/ShareButton
- 滑动关闭: https://github.com/liuguangqiang/SwipeBack
- 圆形菜单: https://github.com/Hitomis/CircleMenu
- 动态更换APP图标: http://www.jianshu.com/p/eecfd9e0b878
- 为view添加动画效果: https://github.com/mcxtzhang/PathAnimView
- 模仿饿了么详情页可以跟随手指移动 viewpager变详情页: https://github.com/githubwing/ZoomHeader
- android 弱引用 软引用 强引用
- 动画效果的APP启动页: https://github.com/watire/xiamivd
- Android上专为视频直播打造的轻量级弹幕库: https://github.com/hpdx/DanmukuLight
- 自定义SeekBar,进度变化由可视化气泡样式呈现: https://github.com/woxingxiao/BubbleSeekBar
- 3D翻页特效基于OpenGL2.0: https://github.com/eschao/android-PageFlip
- 粒子碎裂效果(全屏图像碎裂然后掉到地上,清除页面): https://github.com/zhangke3016/ParticleDismissLayout
- 自定义滑动开关: https://github.com/RiccardoMoro/RMSwitch
- 一次手势完成滑出侧边栏与选择菜单: https://github.com/mzule/FantasySlide
- 一个华丽丽的动效控件库: https://github.com/codeestX/ENViews
- 大图view实现,用很小的内存浏览很大的图片不发生oom:https://github.com/Piasy/BigImageViewer
- 根据类型选择文件: https://github.com/fishwjy/MultiType-FilePicker
- 支持自由定制外观、手势旋转的雷达图表: https://github.com/qstumn/RadarChart
- 点矩阵显示: https://github.com/EscapeIndustries/DotMatrixView
- System.identityHashCode(Object x) 利用java这个方法可以访问对象默认的HashCode方法(也就是父类Object的hashCode),就算对象重载了hashCode也无所谓。
- gradle讲解,非常棒: http://www.jianshu.com/p/76964b5f3144
- 自动补全TextView: https://github.com/andyxialm/KMPAutoCompleteTextView
- 加密方法: hex to ascii、base64、xxtea、md5、AES、异或、zip(用在登录信息上,可以对用户名进行可恢复加密,密码进行md5等不可恢复加密)
- 人人影视 炫动滑动 卡片层叠: https://github.com/mcxtzhang/ZLayoutManager
- 二维码扫描库: https://github.com/zxing/zxing