Android Transition Backport Samples

Backport of the Android transition framework introduced with Android KitKat.

Лицензия

Лицензия

Группа

Группа

com.guerwan
Идентификатор

Идентификатор

transitionbackportsample
Последняя версия

Последняя версия

1.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

Android Transition Backport Samples
Backport of the Android transition framework introduced with Android KitKat.
Организация-разработчик

Организация-разработчик

Stéphane Guérin

Скачать transitionbackportsample

Как подключить последнюю версию

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

Зависимости

provided (1)

Идентификатор библиотеки Тип Версия
android » android jar 4.4_r1

Модули Проекта

Данный проект не имеет модулей.

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.

Версии библиотеки

Версия
1.0