wangjiegulu / RapidFloatingActionButton

Quick solutions for Floating Action Button,RapidFloatingActionButton(RFAB)
Apache License 2.0
1.29k stars 253 forks source link

How to show or hide RapidFloatingActionButton ? #48

Open RahilRK opened 4 years ago

RahilRK commented 4 years ago

How to show or hide RapidFloatingActionButton, like normal fab.hide() or fab.show() ?

kabumere commented 4 years ago

This library hasn't been updated in 2 years. Consider using ExpandableFab.

The API allows you to easily show and hide the ExpandableFab.

It's also modern, highly customizable, written in Kotlin (but useable from Java and includes full JavaDoc) and orientation aware (provides the ability to show different options between portrait and landscape orientations). Also comes with an example app to help you easily see different use cases without any coding.

Let me know if you try out ExpandableFab and have any questions.