Android Transition Backport

Backport of the Android transition framework introduced with Android KitKat.

License

License

GroupId

GroupId

com.guerwan
ArtifactId

ArtifactId

transition
Last Version

Last Version

1.0
Release Date

Release Date

Type

Type

pom
Description

Description

Android Transition Backport
Backport of the Android transition framework introduced with Android KitKat.
Project URL

Project URL

https://github.com/guerwan/TransitionsBackport
Project Organization

Project Organization

Stéphane Guérin
Source Code Management

Source Code Management

https://github.com/guerwan/TransitionsBackport/

Download transition

Filename Size
transition-1.0.pom 8 KB
Browse

How to add to project

<!-- https://jarcasting.com/artifacts/com.guerwan/transition/ -->
<dependency>
    <groupId>com.guerwan</groupId>
    <artifactId>transition</artifactId>
    <version>1.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.guerwan/transition/
implementation 'com.guerwan:transition:1.0'
// https://jarcasting.com/artifacts/com.guerwan/transition/
implementation ("com.guerwan:transition:1.0")
'com.guerwan:transition:pom:1.0'
<dependency org="com.guerwan" name="transition" rev="1.0">
  <artifact name="transition" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.guerwan', module='transition', version='1.0')
)
libraryDependencies += "com.guerwan" % "transition" % "1.0"
[com.guerwan/transition "1.0"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • library
  • TransitionSample

TransitionsBackport

Android library for using the Transitions API released with Android KitKat on older versions of Android. At the moment, it is compatible with Android 4.0 (API 14) and above.

Usage

The API is exactly the same as the Transitions API, just change your imports from android.transition.XXX to android.support.transition.XXX. If you use XML files to create your transitions you need to put them in the res/anim folder instead of the res/transition folder.

You can take a look at this video from Chet Haase explaining how to use the Transitions API.

This is an early backport, some features may not be available yet.

Developed By

License

Copyright 2013 Stéphane Guérin

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.

Versions

Version
1.0