Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 788 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 788 Bytes

TransitionAnimationApp

Transition Animation Between Activities

In this tutorial, we have implemented material design components and animation using xml. This tutorial demonstrates implementation of transition between activities. To implement material design in your application include the below given dependency in your top-level build.gradle file:

dependencies {
  implementation 'com.google.android.material:material:1.3.0-alpha01'
}


References

https://developer.android.com/reference/android/app/Activity.html#overridePendingTransition(int,%20int)