An open API service indexing awesome lists of open source software.

https://github.com/vipulshah2010/motionlayoutdemos

AppDevCon MotionLayout workshop
https://github.com/vipulshah2010/motionlayoutdemos

android animation demos kotlin-android motion-layout

Last synced: 8 months ago
JSON representation

AppDevCon MotionLayout workshop

Awesome Lists containing this project

README

          

Motion Layout Demos


License


This repository contains collection of demos which I presented during AppDevCon'19 [Motion Layout workshop](https://appdevcon.nl/session/animating-apps-using-motionlayout)

## Library and Frameworks
- Minimum SDK level 21
- [Kotlin](https://kotlinlang.org/) based.
- Motion Layout - 2.0.0-beta8
- Android Studio - 4.2 Canary 7
- Gradle - 4.2.0-alpha07 & Wrapper - gradle-6.5-all

## Collections of different Animations present in this repository.

| Title | GIF | Layout | MotionScene |
| :----: | :----: | :----: | :----: |
| Basic Animation | | [Layout](app/src/main/res/layout/animation1_basic.xml) | [MotionScene](app/src/main/res/xml/animation1_basic_desc.xml) |
| Custom Attributes | | [Layout](app/src/main/res/layout/animation2_custom_attributes.xml) | [MotionScene](app/src/main/res/xml/animation2_custom_attributes_desc.xml) |
| Key Attributes | | [Layout](app/src/main/res/layout/animation3_key_attributes.xml) | [MotionScene](app/src/main/res/xml/animation3_key_attributes_desc.xml) |
| Photo Manipulation | | [Layout](app/src/main/res/layout/animation4_photo_manipulation.xml) | [MotionScene](app/src/main/res/xml/animation4_photo_manipulation_desc.xml) |
| Carousel Animation | | [Layout](app/src/main/res/layout/animation5_carousel.xml) | [MotionScene](app/src/main/res/xml/animation5_carousel_desc.xml) |
| Complex Carousel Animation | | [Layout](app/src/main/res/layout/animation5_carousel.xml) | [MotionScene](app/src/main/res/xml/animation5_carousel_desc_complex.xml) |
| Collapsing Toolbar | | [Layout](app/src/main/res/layout/animation6_collapsing_toolbar.xml) | [MotionScene](app/src/main/res/xml/animation6_collapsing_toolbar_desc.xml) |
| Collapsing Header | | [Layout](app/src/main/res/layout/animation7_collapsing_header.xml) | [MotionScene](app/src/main/res/xml/animation7_collapsing_header_desc.xml) |