How to add bubble counter on tabs in an Android application? Same has been done by eBuddy Android application.
A:
if you mean a 'badge' widget, there is no built in mechanics for this in android. you have to design your own TabHost widget which displays the 'bubble' the way you want.
Reflog
2010-06-03 07:03:30
Yeah, I am talking about red badge widget for displaying counter. I am looking for sample code to implement this.
2010-06-07 18:50:35