Expandable Floating Action Button - Android Studio Tutorial

preview_player
Показать описание
🏆 My Online Courses
⭐Discount Coupon: LAUNCH-STEVDZA-SAN

🐱‍👤 Wanna become a member? Join!

📸 Instagram

A floating action button (FAB) is a circular button that triggers the primary action in your app's UI.
In this video you'll learn how to create expandable floating action button (FAB), and show multiple options/FAB's with nice and smooth animations.

Рекомендации по теме
Комментарии
Автор

Thanks for the tutorial! Maybe I can collaborate with two tips:
1 - Setting the view as GONE will solve the problem of clickable in INVISIBLE state.
2- If you use the variable "clicked" as a global kind, you wont need to pass it as parameter in the functions.
Thanks again!

liomazza
Автор

There are very few android studio with kotlin tutorials but after discovering you I don't think I need more

joacortez
Автор

Thank you, Stevdza San. I love this channel. It has taught me a lot of new things.
I found one issue with Floating action button invisibility and I resolved that issue with FloatingActionButton hide() and show().

AnilKumar-hfpo
Автор

How to decrease the opacity of background (including the action bar) when fab expands? I've tried multiple measures but can't find a way to apply the required effect to action bar.

deepikajuneja
Автор

Wooow, finally, the best of web!! Awesome

vitorsantos-sedesigner
Автор

Thank you, Stevdza San. I love this channel. It has taught me a lot of things.

prasannadeshpande
Автор

Do you have the same tutorial as this but in java

wincevilleaguer
Автор

A lot of your videos helped me so much! Thank you, I hope you make more videos about UI/UX

kateanne
Автор

Really appreciate but How to close or collapse the fab button NOT ONLY when we click on the fab button again BUT ALSO when we click outside of the fab (elsewhere in the background) ? Help me please ! 🙏 I'm a beginner and I've been looking for this for a really long time....

marc
Автор

Thanks for the lesson. Would be nice if you shared link to repo too. But thanks a lot!

brianangeht
Автор

Hello Sir, what must i change to be able to use the logic code in java?

videkkkk
Автор

If you use visibility GONE instead of INVISIBLE, you shouldn't have problems with registering clicks on empty space. And great video btw :)

ytonly
Автор

Hi. Is there a way to do this with Jetpack Compose? I didn't find any resource for that

hamedhardani
Автор

can you do this with jetpack compose ? can't find any video as clear as this one on expandable FAB with jetpack compose

Ayor
Автор

Hi how are things! I saw your video and I really liked it, will you have another one explaining the procedure in JAVA? Thank you

ManuelGonzalez-swbv
Автор

essa parte do private val no da certo no que eu coloco ....

merciaaraujo
Автор

it is very much helpful . Thank you for the videos.

HimanshuSharma-cspe
Автор

This is very helpful! Thank you so much!

AlbertoGuitarrista
Автор

What is val in "private val rotateOpen"? Is it a java Class?

shashwathknath
Автор

I want to add text in floating action button.. How can i do that

Manishkumar-wttf