trinhlbk1991 / DemoPropertyAnimation

This is the demo application for Ice Tea 09's post about Property Animation in Android.

Home Page:http://icetea09.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DemoPropertyAnimation

picture alt
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

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D

Credits

Trinh Le - Ice Tea 09
Property Animation in Android

License

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.

About

This is the demo application for Ice Tea 09's post about Property Animation in Android.

http://icetea09.com

License:Apache License 2.0


Languages

Language:Java 100.0%