muramrr / Complex-Android-MotionLayout-Animation

Complex Android animation MotionLayout Pizza Order. Inspired by dribbble shot.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Complex-Android-MotionLayout-Animation

sample

MotionLayout Complex Animation

Originally based on this Dribbble shot.

Design on Dribbble

Android solution using only MotionLayout and Material Components library.

No custom components or views.

Explanations

Originally we have 5 imageViews which holding pizza images.

If there will be more than 5 pizzas they will change between itselfs with some nasty code solution.

Also, same carousel can be done with RecyclewView, SnapHelper and Custom ItemDecorator.

Dragging toppings can be done via DragAndDrop methods available in Android, but I'm lazy to do this.

About

Complex Android animation MotionLayout Pizza Order. Inspired by dribbble shot.


Languages

Language:Kotlin 100.0%