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 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
- Use case #1: Double Tap Gesture
- Use case #2: Swipe gesture
- Use case #3: Drag a square
- Use case #4: Draggable and drop targets