This is the demo application for Ice Tea 09's post about Property Animation in Android.
Link: Property Animation in Android
In this post, you will learn about:
- Android Property Animation Overview
- Compare Property Animation and View Animation
- How to use ValueAnimator
- How to use ObjectAnimator
- How to use AnimatorSet
- How to use Interpolator
- How to Declare Animation in XML resources to reuse in many places
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D
Trinh Le - Ice Tea 09
Property Animation in Android
Copyright 2015 Trinh Le
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.