You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The app animates stars on the screen by changing various View properties that control position, size, rotation, and translucency. The app shows the use of ObjectAnimator, AnimatorSet and PropertyValuesHolder.
The Fan Controller app displays a circular UI element that resembles a physical fan control, to control the fan speed. It demonstrates how to create custom views.