RedApparat / Fotoapparat

Making Camera for Android more friendly. 📸
Apache License 2.0
3.81k stars 405 forks source link

Implemented pinch to zoom in example app #387

Closed ivan200 closed 4 years ago

ivan200 commented 4 years ago

a) pinch to zoom is good ability, and implement gesture recognizers inside the FocusView much easier and more logical than outside. With it example app looks cleaner and more convenient to use. b) In my app i want show preview to user after taking picture, but i can't because restartPreview was called automatically. So i made ability to 'take picture' and 'restart preview' separately from each other c) this app use very old libs, so i update it.