Last active
December 28, 2015 20:19
-
-
Save arpit/7556260 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| * 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