curioustechizen / android-double-take

Simple animation helpers for Android [NO LONGER MAINTAINED]

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DEPRECATED. Use transitions framework instead

Contributions appreciated! Check CONTRIBUTING.md for details

android-double-take

Simple animation helpers for Android. The aim is to provide an easy way for developers to incorporate simple animations into their apps, without having to worry about the implementation details.

To start off, this library provides a couple of animations described in the Android Training "Adding Animations" class.

##Currently Implemented:

  • CrossFade animation
  • Zoom animation

##Usage:

android-double-take is provided as an Android library project. Declare your Android application project to depend on android-double-take. Take a look at the sample to see how to use the animations.

##ToDos:

  • Provide a way to hook into the animation lifecycle - i.e., provide the library client code a callback similar to AnimatorListenerAdapter
  • Add other animations

###License

Copyright 2013 Kiran Rao

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

Simple animation helpers for Android [NO LONGER MAINTAINED]


Languages

Language:Java 100.0%