Animations in Android
  • Introduction
  • About us
  • Basic animations
  • ConstraintLayout: Core concepts
  • I like to move it, move it!
  • Step 1
  • Step 2
  • Step 2: Solution
  • Step 3
  • Step 3: Solution
  • Step 4
  • Step 4: Solution
  • Step 5
  • Step 5: Solution
  • Step 6
  • Step 7
  • Step 7: Solution
  • Step 8
  • Step 8: Solution
  • MotionLayout
  • Party time!
  • Shared element transition
  • Adding a RecyclerView
  • Activity transitions
  • Adding a second Activity
  • Adding the shared element transition
  • You made it!
  • VectorDrawable
  • VectorDrawable: Solution
  • Using the VectorDrawable
  • RecyclerView item animation & self-contained MotionScene
  • Creating a self-contained MotionScene
  • Creating a self-contained MotionScene : Solution
  • Adding animations in the RecyclerView items: Step 1
  • Adding animations in the RecyclerView items: Step 2
  • RecyclerView animations step 2: Solution
  • Physic based animations
  • Implement a spring animation
  • Spring animation: Solution
  • The finish line!
Powered by GitBook
On this page
  • 1. Rename your layout
  • 2. Create a new layout
  • 3. Copy paste the Guidelines from the activity_main_start.xml to your new layout

Step 6

Some minor, but yet very import changes!

1. Rename your layout

We are going to rename our layout to activity_main_start.xml [Oh yes! Animations are coming]

2. Create a new layout

Name your new layout activity_main_end.xml

3. Copy paste the Guidelines from the activity_main_start.xml to your new layout

PreviousStep 5: SolutionNextStep 7

Last updated 6 years ago