some Android tricks That You Can Do in setting

Some of the tricks which you can use in Developer Options in Settings.
If you don’t see Developer Options in your settings, just go to About phone and tap multiple times on Build number to activate those as shown in screenshot below.
Once developer options are unlocked, you can now to whole lot of things there. Listing few useful ones.
  • Stay Awake:Enabling this option will make your phone not sleep when it is attached to charging. This can be useful for development purpose, when you are carrying out testing of your android app, you don’t have to unlock your mobile every time you dispatch package from Android Studio.
  • Running Services:Monitor all the running services in your mobile. This could be of help when you are testing services in your application whether they are terminated or running after some events.
  • Android Debugging mode:Enabling this will allow your android code to be debugged on your device.
  • Show taps:Enabling this will show pointer whenever and wherever you click on screen. This option is particularly helpful when you are recording screen so that viewer will know where display is being touched. You can see what I mean in this video.
  • Pointer Location:
    You can see xy co ordinates value when touched any point on screen. It can be helpful while developing view animations.
  • Show layout bounds:It will make your screen look like layout editor in Android studio. You will better understand your view bounds in read android device.
  • Animation Scales:You can change animation speed of your device from here. Pretty cool feature.
  • And many more options depending on ROM you are using. You can explore more.
You can speed up your device by adjusting animation settings .
  1. Enable developer options on your device.
    1. If you can’t find developer options or don’t know how to enable it go here.
  2. In developer option there are 3 sections: Window animation scale, Transition animation scale and Animator duration scale. Reduce the values to 0.5x.
    1. Or you can turn it off. But I recommend setting it to 0.5x for better visual performance.
  3. Restart your device.
That’s it. Now your device will be smoother than before.

Comments

Popular posts from this blog

some cool hacks that would help us

Android Trick which most people are usually unaware

format laptop and Install Windows