-2

I am hoping to develop an android application which would contain comic books for viewing. Google Play has a Marvel Comics application that I would like to emulate since I like that type effect in my application. However, I'm having trouble starting

The effect is when the user double taps on comic part, only that part of image scales to fit the screen. The other areas on the image can be seen using a swiping effect, but it remains zoomed in. Once the user is finished with viewing the zoomed in image, another double tap will return the user to the original screen.

Are there any good links for me to look at? What is this feature called?

Goo
  • 1,308
  • 1
  • 13
  • 29
Mansi
  • 1,908
  • 4
  • 21
  • 40

2 Answers2

1

I would look at this - Is there a built in API for handling pinch-zoom functionality in Android - which covers the zoom API, And this - How to detect doubletap on a View? - which covers double tapping on a view

Community
  • 1
  • 1
jcw
  • 5,024
  • 7
  • 40
  • 54
1

Finally I used HTML5 for doing this type of animation. and its works perfectly in all device.

Mansi
  • 1,908
  • 4
  • 21
  • 40