BoomMenu alternatives and similar packages
Based on the "Menu Widget" category.
Alternatively, view BoomMenu alternatives based on common mentions on social networks and blogs.
-
SlidingMenu
An Android library that allows you to easily create applications with slide-in menus. You may use it in your Android apps provided that you cite this project and include the license in your app. Thanks! -
Side-Menu.Android
Side menu with some categories to choose. -
Context-Menu.Android
You can easily add awesome animated context menu to your app. -
AndroidResideMenu
The idea of ResideMenu is from Dribbble 1 and 2. It has come true and run in iOS devices. iOS ResideMenu This project is the RefsideMenu Android version. The visual effect is partly referred to iOS version of ResideMenu. And thanks to the authors for the above idea and contribution. -
android-menudrawer
*DEPRECATED* A slide-out menu implementation, which allows users to navigate between views in your app. -
CircularFloatingActionMenu
an animated circular menu for Android -
FlowingDrawer
swipe display drawer with flowing & bouncing effects. -
BottomSheet
One way to present a set of actions to a user is with bottom sheets, a sheet of paper that slides up from the bottom edge of the screen. Bottom sheets offer flexibility in the display of clear and simple actions that do not need explanation. -
ArcMenu
An android custom view which looks like the menu in Path 2.0 (for iOS). -
Material-BottomNavigation
Bottom Navigation widget component inspired by the Google Material Design Guidelines at https://www.google.com/design/spec/components/bottom-navigation.html -
PowerMenu
:fire: Powerful and modernized popup menu with fully customizable animations. -
LuseenBottomNavigation
BottomNavigationView Designed according Google guideLine -
DropDownMenu
DropDownMenu for Android,Filter the list based on multiple condition. -
ActionsContentView
ActionsContentView is an standalone library implements actions/content swiping view (AKA Side Navigation UI Pattern, AKA Facebook side menu). The library doesn't use any specific code introduced in new Android SDK versions. This allows develop an application with an action/content swiping view for every version of Android from 2.2 and up. -
Android Wheel Menu
Simple and easy to use circular menu widget for Android. -
MultiCardMenu
A multicard menu that can open and close with animation on android -
SideNavigation
Implementation of "Side Navigation" or "Fly-in app menu" pattern for Android (based on Google+ app) -
BlurNavigationDrawer
Android - Blur Navigation Drawer like Etsy app. -
simple-side-drawer
Simple library which enable you to add a drawer(slide-out) navigation to your android application -
GoogleNavigationDrawerMenu
Android Library for a DrawerLayout similar to the one in Google Apps -
android-floating-action-menu
Floating Action Menu for Android. Inspired by the Google Plus floating menu -
Android-NewPopupMenu
Android-NewPopupMenu is an android library to create popup menu with GoogleMusic app-like style. -
Metaball-Menu
A menu consisting of icons (ImageViews) and metaball bouncing selection to give a blob effect. Inspired by Material design -
AndroidPullMenu
An Android Library that allows users to pull down a menu and select different actions. It can be implemented inside ScrollView, GridView, ListView. -
SlidingUpMenu
🚀 A very customizable library that allows you to present menu items (from menu resource and/or other sources) to users as a bottom sheet.
Appwrite - The Open Source Firebase alternative introduces iOS support
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of BoomMenu or a related project?
README
BoomMenu
2.0.0 Comes Finally
Approximately 8 months ago, I got an inspiration to creating something that can boom and show menu, which I named it Boom-Menu-Button, BMB. But at that time, I just a fresh-man in Android, knowing little about designing. The codes I wrote serveral months ago are ugly and performed low-efficient.
Between months, I always think about BMB and try to write a better design pattern for implements of BMB. My first try is BMB-iOS, which contains more family characteristics, for instance, buttons-alignment, text-inside/outside-button.
And now the BMB-Android 2.0.0 comes.
Gradle & Maven
compile 'com.nightonke:boommenu:2.1.1'
<dependency>
<groupId>com.nightonke</groupId>
<artifactId>boommenu</artifactId>
<version>2.1.1</version>
<type>pom</type>
</dependency>
Demo
Or by link:
Wiki
Check the wiki to use BMB.
Documentation Chapters
- Basic Usage
How to use BMB in just several lines of code? - Simple Circle Button
Add simple circle buttons with just an image for each to BMB. - Text Inside Circle Button
Add text inside circle buttons with a text and image inside for each to BMB. - Text Outside Circle Button
Add text outside circle buttons with a text and image outside for each to BMB. - Ham Button
Add ham buttons with with a title, subtitle and image inside for each to BMB. - Share Style
Make a share-style BMB. - Custom Position
Customize the number and positions of pieces and boom-buttons. - Button Place Alignments
Place all the buttons to anywhere on screen. - Different Ways to Boom
Different animations when the buttons boom or re-boom. - Ease Animations for Buttons
Use different and cute ease-animations for buttons. - Different Order for Buttons
Different order enum for boom-buttons. - Other Animations Attributes for Buttons
Delay, duration, rotate-degrees, frames... - Click Event and Listener
Listener for clicking each button or animation-states. - Control BMB
Boom or re-boom BMB programmatically. - Use BMB in Action Bar
How to put BMB in action bar? - Use BMB in Tool Bar
How to put BMB in tool bar? - Use BMB in List
Matters need attention when you need a BMB in list-view or recycler-view. - Use BMB in Fragment
Example for use BMB in fragment. - Attributes for BMB or Pieces on BMB
How to change the size or margins of dots on BMB? - Cache Optimization & Boom Area
What if I want BMB to boom in just its parent-view? - Change Boom Buttons Dynamically
Change Boom Buttons Dynamically. - Fade Views
Add faded views on BMB. - Version History
What's more for every version? - Structure for BMB
Structure for BMB when I designed it, for sharing and communicating.
Issues & Feedbacks
Try to tell me the bugs or enhancements about BMB, or contact me with [email protected] / [email protected]. Before doing that, having a careful read on readme, wiki and issues is really helpful.
ReadMe for Version 1.0.9 or Below
If you still wanna use version 1.0.9 or below, you can find the README below:
But I strongly suggest you to use the newest version.
What I'm Doing
*Note that all licence references and agreements mentioned in the BoomMenu README section above
are relevant to that project's source code only.