dengyuaner / LargeImageDemoLinks
Android使用BitmapRegionDecoder加载巨图demo
☆16Updated 7 years ago
Alternatives and similar repositories for LargeImageDemo
Users that are interested in LargeImageDemo are comparing it to the libraries listed below
Sorting:
- 高仿今日头条新闻详情页面☆82Updated 7 years ago
- ChannelManageDemo by java☆54Updated 7 years ago
- based on Gson's parsing library, perform fault-tolerant processing on basic types (without causing the entire json parsing to fail due to…☆59Updated 7 years ago
- ☆34Updated 7 years ago
- ☆29Updated 6 years ago
- ☆83Updated 7 years ago
- 加载 长图控件,仿微博加载方式☆29Updated 6 years ago
- 解决软键盘弹出和收缩时表情面板切换跳闪的问题☆66Updated 5 years ago
- 仿小红书商品详情效果,根据图片高度动态变化的ViewPager(平滑过渡~)😀😀☆65Updated 7 years ago
- 全局修改字体大小☆55Updated 7 years ago
- Android图片控件,跟随列表(recyclerView)的上下滚动而同步平移。☆51Updated 6 years ago
- 利用ViewDragHelper 打造一个仿陌陌/Qzone 可拖拽下拉关闭/左右切换的页面☆47Updated 7 years ago
- 这是关于View滑动事件冲突的demo,里面讲解怎样解决View滑动冲突,包括ViewPager,ScrollView 嵌套ViewPager滑动冲突解决☆81Updated 4 years ago
- ☆29Updated 6 years ago
- Android 字体大小适配的各种场景☆56Updated 6 years ago
- 高仿今日头条,QQ空间效果☆87Updated 7 years ago
- ☆70Updated 6 years ago
- ☆67Updated 5 years ago
- Android Recycleview 翻页效果(类似ViewPager)☆49Updated 6 years ago
- // 一个适用于AbsListView或者RecyclerView的仿朋友圈九宫格控件,针对View的复用做了二次缓存,减少创建View次数和减少measure/layout次数。