I m trying to make on simple image filter like snapchat does in my android application.
As you can see in below image
Here you can see the image in red rounded circle. On touching the image and draging with two fingers (like pinching) it changes its size as well as orientation and can be draged to any where on the screen.
Im looking for the same implementation in my android app but not able to get the exact solution as snapchat does.
Please provide solution to it.
Thanks in advance.
This demo project helped me get the same functionality I was looking for.
ImageGesture - Zoom,scale and move the image.