ANDROID APP

Custom CoordinatorLayout Behavior – Android Kotlin Tutorial



Learn how to create a custom CoordinatorLayout Behavior for views in your Android app!

In this tutorial we will create a ShrinkBehavior which will shrink a FAB whenever there’s a Snackbar displayed. With approach given in this tutorial, you will be able to create any behavior you wish, whether it is rotating the FAB or doing something completely special.

Also, behaviors don’t need to be applied only to floating action buttons. Any subclass of View can have a behavior as long as it is a child of CoordinatorLayout.

Get the code written in this tutorial: https://wp.me/p8jOJP-7S

Go to my website for more information, code examples and articles:
● http://resocoder.com

Follow me on social media:
● https://www.facebook.com/resocoder
● https://twitter.com/resocoder

source