Sunday 18 October 2015

Pinch zoom On Image


**********************************************************************************

This tutorial explains how to build  your android applications with swipe and pinch zooming functionality using GestureImageView Library.
Click Here for Library - Gesture-Library

In this Example , we are inflating custom layout inside Oncreate method inside Activity .

Click here for sample Layout and function call from activity. 
Click here for sample files   - Sample layout $ function call

**********************************************************************************


Features:
  1. Pinch zoom in place (i.e. zoom occurs from point of touch)
  2. Panning with fling gesture
  3. Double tap zoom
  4. Configurable zoom boundaries (min/max).
**********************************************************************************

How to do text writing animation?  In Android Development we do not have the option to use any other custom font in our default Tex...