Skillfully using viewpager to realize the page turning effect of driving test classic
The effect is as follows:
Idea:
a. Using the inherent animation effect of viewpager, slightly modify it to realize the sliding, covering and page turning effect.
b. Add shadow effect when moving.
1. Key codes are as follows:
2. Shadow effect addition (in fact, shadow is a picture. It was originally intended to add shadow effect inside readviewpager, but it is not displayed. It seems to be covered by readviewpage itself, so it is realized in a stupid way ^ ^ ^):
3. The effect of shadow moving with page turning is realized
4. OK, it's that simple. Go and make your own driving test Dictionary...
5. I have written some simple implementation methods, including three implementation methods of view, and others implemented using open source controls. This is the address. Welcome to comment
GitHub project demo address
The above is the whole content of this article. I hope the content of this article can bring some help to your study or work. At the same time, I also hope to support a lot of programming tips!