1

I want zoom in display of device itself without rooting.

for example..
like zoom in home screen.

Is this way exist?

Justin
  • 141
  • 11

1 Answers1

0

This question is inappropriate as it's not a programming question. However what you want is magnification gestures. This was included into Android 4.1 but may not be included by all manufacturers.

Steven Trigg
  • 1,903
  • 2
  • 19
  • 22
  • That's right. I wanna make app using the that function. But,, I can't find API or example code about that function. – Justin Feb 06 '14 at 02:55
  • It's not part of the API as it's an accessibility feature. If you want to allow a user to scale your app then just make sure you are always using dips (device independent pixels). Then a user can simply change their accessibility options of Android and your app will scale appropriately. It's still not clear to me what you're asking for. – Steven Trigg Feb 06 '14 at 02:59