Geeks3D Forums

Please login or register.

Login with username, password and session length

Author Topic: Google Android 4.1 "JellyBean"  (Read 1053 times)

0 Members and 1 Guest are viewing this topic.

Stefan

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 2380
    • View Profile
Google Android 4.1 "JellyBean"
« on: June 27, 2012, 06:19:29 PM »

Quote
Welcome to Android 4.1, Jelly Bean!

To ensure a consistent framerate, Android 4.1 extends vsync timing across all drawing and animation done by the Android framework.
...
Android 4.1 also adds triple buffering in the graphics pipeline, for more consistent rendering that makes everything feel smoother, from scrolling to paging and animations.

Android 4.1 reduces touch latency not only by synchronizing touch to vsync timing, but also by actually anticipating where your finger will be at the time of the screen refresh. This results in a more reactive and uniform touch response. In addition, after periods of inactivity, Android applies a CPU input boost at the next touch event, to make sure there’s no latency.

Tooling can help you get the absolute best performance out of your apps. Android 4.1 is designed to work with a new tool called systrace, which collects data directly from the Linux kernel to produce an overall picture of system activities. The data is represented as a group of vertically stacked time series graphs, to help isolate rendering interruptions and other issues. The tool is available now in the Android SDK (Tools R20 or higher)

Note: R20 doesn't yet contain API16 add-ons and platform files  :-\
Logged