|
|
Boom or re-boom BMB programmatically.
|
|
|
|
|
|
###Control BMB
|
|
|
Check the [demo](https://github.com/Nightonke/BoomMenu/blob/master/app/src/main/java/com/nightonke/boommenusample/ControlActivity.java) for more details.
|
|
|
1. Boom!
|
|
|
|
|
|
```
|
|
|
bmb.boom();
|
|
|
```
|
|
|
2. Re-Boom!
|
|
|
|
|
|
```
|
|
|
bmb.reboom();
|
|
|
```
|
|
|
3. Boom in an instant!
|
|
|
|
|
|
```
|
|
|
bmb.boomImmediately();
|
|
|
```
|
|
|
4. Re-Boom in an instant!
|
|
|
|
|
|
```
|
|
|
bmb.reboomImmediately();
|
|
|
``` |
|
|
\ No newline at end of file |