How to add a clickable “events” action item to actionBarSherlock?
问题 Background many apps (including google plus and facebook) have an action bar item showing the number of in-app-events (or "notifications"). This action item has a number within it and you can click it in order to show the events the app has for the user. something like that (taken from here) : The problem I wish to make it work on old android versions, so i use actionBarSherlock. Sadly, each solution i use has its disadvantages, and i couldn't find any solution here (on stackOverflow) that