Skip to content

Latest commit

 

History

History
18 lines (9 loc) · 928 Bytes

building-graphics.md

File metadata and controls

18 lines (9 loc) · 928 Bytes

Android图像与动画

编写:kesenhoo - 原文:http://developer.android.com/training/building-graphics.html

These classes teach you how to accomplish tasks with graphics that can give your app an edge on the competition. If you want to go beyond the basic user interface to create a beautiful visual experience, these classes will help you get there.

How to load and process bitmaps while keeping your user interface responsive and avoid exceeding memory limits.

How to create OpenGL graphics within the Android app framework and respond to touch input.

How to add transitional animations to your user interface.