标签:: 控件

0

android-vertical-slide-view

仿照淘宝和聚美优品,在商品详情页,向上拖动时,可以加载下一页。使用ViewDragHelper,滑动比较流畅。scrollView滑动到底部的时候,再行向上拖动时,添加了一些阻力。 GitHub地址:https://github.com/xmuSistone/android-vertical-slide-view

0

LargeImage

Android 加载大图 可以高清显示10000*10000像素的图片,轻松实现微博长图功能 GitHub地址:https://github.com/LuckyJayce/LargeImage

0

BlurImageView

BlurImageView, you can load your image progressively like Medium does.First show user a blurry image, At the same time, load the real image, once loaded, replace the blurry one automatically GitHub地址: