How to use android.support.transition

Google just released android.support.transition, which provides backport for its transition platform. However, I cannot find the class, is there a link to Gradle or Maven?

https://developer.android.com/reference/android/support/transition/package-summary.html

+5
source share
4 answers

I decided it

build.gradle:

  compile 'com.android.support:transition:24.2.0'
+18
source

I used response-native and solve this with: npx jetifyin the root folder.

+1
source

, .

https://github.com/XinyueZ/AndroidTransitionExample

Try this out as a sample Google transition support library.

More complex sample: https://github.com/XinyueZ/image-transition-sample

0
source

Open the SDK Manager → go to the SDK Tools tab and update the Android platform Android SDK and Android SDK Tools .

Then sync your project.

-2
source

Source: https://habr.com/ru/post/1651600/


All Articles