swai-collins / Motion-Layout

Creating a Simple Recycler View Animation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Motion Layout: Creating Simple Recycler View Animation

Description


MotionLayout is a layout type that helps you manage motion and widget animation in your app. MotionLayout is a subclass of ConstraintLayout and builds upon its rich layout capabilities. As part of the ConstraintLayout library, MotionLayout is available as a support library and is backwards-compatible to API level 14.


To know more about the concepts of MotionLayout here’s the good read:

Introduction to MotionLayout (part I)

Introduction to MotionLayout (part II)

Introduction to MotionLayout (part III)

Defining motion paths in MotionLayout

Prerequisite

  1. Android Development
  2. Constraint Layout
  3. Kotlin

Running the app

  1. Clone the repo to your machine Motion-Layout
  2. Run the project on Android Studio and set sync the project with gradle files.
  3. Run the app on your device and let it install

About

Creating a Simple Recycler View Animation


Languages

Language:Kotlin 100.0%