android-animation-gestures-demo
android-animation-gestures-demo copied to clipboard
Android demo for Animations and Gestures (Week 2)
Animations and Gestures Demo
Android demo for drawables and styles including:
- Demo of fading and sliding views with animations
- Demo of repeating animations
- Demo of transitioning between activities with custom animation
- Demo of gesture recognizers for a view (double tap, swipe)
- Demo of dragging views around into droppable target zones
Use Cases
Animations
- Use case #1: Fading in a view
- Use case #2: Displaying a slide-in message
- Use case #3: Repeat and callback an animation
- Use case #4: Activity transitions
Gestures
- Use case #1: Double Tap Gesture
- Use case #2: Swipe gesture
- Use case #3: Drag a square
- Use case #4: Draggable and drop targets