I have a RelativeLayout with TextView, ImageView, EditText, RadioGroup.
How do I simply enable pinch zoom in/out for the complete screen?
Is there no ways to enable an option in the androidmanifest? Do I have to code everything? Can I consider my screen as a bitmap?
Also I have several activities: do I need to duplicate the code in each activity?
Thanks!
You do not need to add any special permission to Manifest file
You try to use following code for zoom...