Text on an ActionBar Icon is not updating on new count
问题 am inflating menu item inside fragments onCreateOptionsMenu() . Point 1 : But here onCreateOptionsMenu is calling multiple time, am no where calling invalidateOptionMenu() inside fragment and am not getting why it is like this. Point 2: I am updating cart count (badge count) please look my code below, mCartCountTextView is member that hold the TextView,that holds count value. Am setting mCartCountTextView in some where of fragment by calling refreshCartCount() ,but the value of