I would like to show count badge in front of Floating Action Button in android. I used FrameLayout in order to achieve that. My code is here
I used the CounterFab library to achieve this.
It is as simple as adding it to your XML layout file instead of the regular FloatingActionButton and calling counterFab.setCount(10); (See usage example here).
FloatingActionButton
counterFab.setCount(10);