Skip to content

Sanakhatun/TransitionAnimationApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)