Skip to content

Instantly share code, notes, and snippets.

@arpit
Last active December 28, 2015 20:19
Show Gist options
  • Select an option

  • Save arpit/7556260 to your computer and use it in GitHub Desktop.

Select an option

Save arpit/7556260 to your computer and use it in GitHub Desktop.
* Android added a method in the compatability lib called postOnAnimation that executes a Runnable in sync with display VSync. Does this help animation?
* You can add views during the layout pass by calling addViewInLayout
* Swapping a view's layer type (between hardware and software) may improve animation performance.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment