##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.0.4'
<dependency>
<groupId>com.nightonke</groupId>
<artifactId>boommenu</artifactId>
<version>2.0.4</version>
<type>pom</type>
</dependency>
##Demo
Or by link:
Boom V2.0.4 in Github
Boom V2.0.4 in Fir
##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.
##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.