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)
- Host: GitHub
- URL: https://github.com/codepath/android-animation-gestures-demo
- Owner: codepath
- Created: 2013-11-28T06:25:01.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2019-07-08T07:00:50.000Z (over 6 years ago)
- Last Synced: 2023-05-10T14:13:26.360Z (over 2 years ago)
- Language: Java
- Homepage:
- Size: 610 KB
- Stars: 80
- Watchers: 55
- Forks: 53
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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