Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/guerwan/TransitionsBackport
A backport of the new Transitions API for Android
https://github.com/guerwan/TransitionsBackport
Last synced: about 6 hours ago
JSON representation
A backport of the new Transitions API for Android
- Host: GitHub
- URL: https://github.com/guerwan/TransitionsBackport
- Owner: guerwan
- Created: 2013-11-02T18:12:29.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2014-07-25T16:37:32.000Z (over 10 years ago)
- Last Synced: 2023-11-07T15:24:40.112Z (about 1 year ago)
- Language: Java
- Homepage:
- Size: 994 KB
- Stars: 576
- Watchers: 30
- Forks: 63
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-android-ui - https://github.com/guerwan/TransitionsBackport
- awesome-android-ui - https://github.com/guerwan/TransitionsBackport
README
TransitionsBackport
===================Android library for using the [Transitions API released with Android KitKat][1] 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][2], 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][3] from Chet Haase explaining how to use the Transitions API.
This is an early backport, some features may not be available yet.
Developed By
============* Stéphane Guérin -
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 athttp://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.[1]: http://developer.android.com/reference/android/transition/package-summary.html
[2]: http://developer.android.com/reference/android/transition/package-summary.html
[3]: https://www.youtube.com/watch?v=S3H7nJ4QaD8