Nine Old Androids (Parent)

Android library for using the Honeycomb animation API on all versions of the platform back to 1.0!

License

License

GroupId

GroupId

com.nineoldandroids
ArtifactId

ArtifactId

parent
Last Version

Last Version

2.4.0
Release Date

Release Date

Type

Type

pom
Description

Description

Nine Old Androids (Parent)
Android library for using the Honeycomb animation API on all versions of the platform back to 1.0!
Project URL

Project URL

https://github.com/JakeWharton/NineOldAndroids
Project Organization

Project Organization

Jake Wharton
Source Code Management

Source Code Management

http://github.com/JakeWharton/NineOldAndroids/

Download parent

Filename Size
parent-2.4.0.pom 4 KB
Browse

How to add to project

<!-- https://jarcasting.com/artifacts/com.nineoldandroids/parent/ -->
<dependency>
    <groupId>com.nineoldandroids</groupId>
    <artifactId>parent</artifactId>
    <version>2.4.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.nineoldandroids/parent/
implementation 'com.nineoldandroids:parent:2.4.0'
// https://jarcasting.com/artifacts/com.nineoldandroids/parent/
implementation ("com.nineoldandroids:parent:2.4.0")
'com.nineoldandroids:parent:pom:2.4.0'
<dependency org="com.nineoldandroids" name="parent" rev="2.4.0">
  <artifact name="parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.nineoldandroids', module='parent', version='2.4.0')
)
libraryDependencies += "com.nineoldandroids" % "parent" % "2.4.0"
[com.nineoldandroids/parent "2.4.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
  • sample

DEPRECATED

NineOldAndroids is deprecated. No new development will be taking place. Existing versions will (of course) continue to function. New applications should use minSdkVersion="14" or higher which has access to the platform animation APIs.

Thanks for all your support!

Nine Old Androids

Android library for using the Honeycomb (Android 3.0) animation API on all versions of the platform back to 1.0!

Note: LayoutTransition is present and it is not be possible to implement prior to Android 3.0.

Usage

The API is exactly the same as the Honeycomb API, just change your imports to use com.nineoldandroids.XXX.

Take a look at a few demos taken from the platform ApiDemos in the sample/ folder. You can also try it out on the Play Store.

More information is available on nineoldandroids.com.

Including In Your Project

This library is presented as a .jar file which you can include in the libs/ folder of your application. You can download the latest version from the GitHub downloads page.

If you are a Maven user you can easily include the library by specifying it as a dependency:

<dependency>
  <groupId>com.nineoldandroids</groupId>
  <artifactId>library</artifactId>
  <version>2.4.0</version>
</dependency>

Developed By

License

Copyright 2012 Jake Wharton

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
2.4.0
2.3.0
2.2.0