I am creating an application in which I am creating a new floating action button with several helper actions related to FAB.
I tried this library . It works fine, but thatβs not quite what I want.
I want to add it on tabs with each tab having different FABs with submenus. The problem with the above FAB library is not removed after changing the tab. It still appears on other tabs, even if I add it to only one tab (each tab is a fragment).
And I also want to use a similar FAB used by Evernote with a similar kind of animation. Does anyone know of any third-party library or is there any API available in the new Android SDK.
Thank you in advance!...
source share