I'm currently dealing with really big images (7-10mb) that cannot be resized or compressed for multiple reasons.
Now, the idea is to show them in a custom ImageView that enables the user to do the double-tap zoom, pinch to zoom, etc.
I used this library for the job: https://github.com/MikeOrtiz/TouchImageView
I've tried also other libraries but every other library is still really slow. Can someone give me some pointers/suggestion to make it faster (even writing my own C++ implentation)?
I'm a bit lost with all this "Matrix", "flig", "scale" thing and I have no idea of what I should touch to make it faster. If you know also other faster libraries (or how to use the custom Android implementation, that works really fast) it would be great.