Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/carguo/imagegalleryoptimize
优化了 https://github.com/HzwSunshine/ImageGallery ,对大长图和大宽图做了对应优化,对动画效果做了对应优化
https://github.com/carguo/imagegalleryoptimize
Last synced: 17 days ago
JSON representation
优化了 https://github.com/HzwSunshine/ImageGallery ,对大长图和大宽图做了对应优化,对动画效果做了对应优化
- Host: GitHub
- URL: https://github.com/carguo/imagegalleryoptimize
- Owner: CarGuo
- Created: 2016-11-09T08:35:39.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2016-11-10T02:35:28.000Z (about 8 years ago)
- Last Synced: 2024-12-26T15:21:46.615Z (23 days ago)
- Language: Java
- Homepage:
- Size: 9.53 MB
- Stars: 58
- Watchers: 5
- Forks: 12
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
本项目来至 ImageGallery https://github.com/HzwSunshine/ImageGallery
这是效果图片
1、主要优化了图片放大查看与缩小返回对应图片位置的模块,修复了一些问题
2、优化了动画过程中对应的瀑布流图片的隐藏与显示
3、增加了大图对应的放大缩小双击功能,使用的是PhotoView https://github.com/chrisbanes/PhotoView
4、貌似因为photoview的缘故,目前必须是appcompat-v7:24.2.0,否则成功装入后会有java.lang.NoSuchMethodError,这个或者可以降低photoView
的版本解决