移动 ViewPager 变详情页 ZoomHeader
- 授权协议: 未知
- 开发语言: Java
- 操作系统: Android
- 软件首页: https://github.com/githubwing/ZoomHeader
- 软件文档: https://github.com/githubwing/ZoomHeader/blob/master/README.md
- 官方下载: https://github.com/githubwing/ZoomHeader/archive/master.zip
软件介绍
模仿饿了么详情页可以跟随手指移动 ViewPager 变详情页的效果。
饿了么实现效果和模仿效果
实现思路
使用 CoordinatorLayout+Behavior 实现。
ViewPager+头部
整个实现的思路是这样的。整体布局从上到下依次是:
透明 View
ViewPager
RecyclerView
其中透明 View 和 Viewpager 合并成一个自定义的 Header。当这个 Header 上移的时候,图片放大,并且 RecyclerView 联动上衣,从透明转向并且不透明。
Beautiful Code
Greg Wilson、Andy Oram / O'Reilly Media / 2007-7-6 / GBP 35.99
In this unique work, leading computer scientists discuss how they found unusual, carefully designed solutions to difficult problems. This book lets the reader look over the shoulder of major coding an......一起来看看 《Beautiful Code》 这本书的介绍吧!
