# Exploring Material 3 for Compose: Floating Action Button Menu

DevFeed: [Exploring Material 3 for Compose: Floating Action Button Menu](<https://devfeed.tech/articles/exploring-material-3-for-compose-floating-action-button-menu-25185.md>)

Original publisher: [Read original article](<https://joebirch.co/android/exploring-material-3-for-compose-floating-action-button-menu/>)

Author: hitherejoe

Published: 2025-09-26T09:59:40Z

Content type: tutorial

Language: en

Sources: [Joe Birch](<https://devfeed.tech/sources/joe-birch.md>)

Topics: [Jetpack Compose](<https://devfeed.tech/topics/jetpack-compose.md>), [Compose](<https://devfeed.tech/topics/compose.md>), [Mobile](<https://devfeed.tech/topics/mobile.md>), [ui](<https://devfeed.tech/topics/ui.md>)

Tags: [android](<https://devfeed.tech/tags/android.md>), [animation](<https://devfeed.tech/tags/animation.md>), [component](<https://devfeed.tech/tags/component.md>), [compose](<https://devfeed.tech/tags/compose.md>), [jetpack-compose](<https://devfeed.tech/tags/jetpack-compose.md>), [mobile](<https://devfeed.tech/tags/mobile.md>), [reference](<https://devfeed.tech/tags/reference.md>), [state](<https://devfeed.tech/tags/state.md>), [ui](<https://devfeed.tech/tags/ui.md>), [visibility](<https://devfeed.tech/tags/visibility.md>)

## AI overview

This tutorial explores Material 3 Compose's FloatingActionButtonMenu, which expands from a single floating action button to reveal multiple related actions. It explains the menu's components and how expanded state controls item visibility and animation.

## Source excerpt

When it comes to providing users with quick access to multiple related actions, we need to be mindful of the screen estate that we are using - on mobile devices this can often be a challenge. In many cases, a single FloatingActionButton might not be enough to accommodate all the actions we want to expose... Continue reading ->