An open API service indexing awesome lists of open source software.

https://github.com/codepath/android-animation-gestures-demo

Android demo for Animations and Gestures (Week 2)
https://github.com/codepath/android-animation-gestures-demo

Last synced: 8 months ago
JSON representation

Android demo for Animations and Gestures (Week 2)

Awesome Lists containing this project

README

          

# 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