Questions tagged [badge]

A badge is a concise visual indication of something important to the user.

A badge is an unobtrusive notification in an application, indicating to the user a count of actionable objects that the user may wish to attend to. For example, number of new emails or unread messages.

A badge is not to be used as an urgent message requiring immediate user action, but rather assists in program flow, giving the user information about another part of the application that is not currently in focus.

867 questions
1
vote
1 answer

MonoTouch: TabItem BadgeValue

Using MonoTouch 5.4 on new XCode and iOS 6.0 Old ViewController In TabBarController code: this.TabBarItem.BadgeValue = "5"; No longer works. New code, changing to this does work: this.TabBarController.TabBar.Items[theIndexOfTab].BadgeValue =…
Ian Vink
  • 66,960
  • 104
  • 341
  • 555
1
vote
0 answers

C# TreeView DrawNode : How to add the badge images in the TreeNodes?

I want to add just the badge images in the right of the TreeNodes. The expand/Collapse buttons, icons and texts shouldn't be changed. I used the following code : public void treeView_DrawNode(object sender, DrawTreeNodeEventArgs e) { …
Yun
  • 5,233
  • 4
  • 21
  • 38
1
vote
2 answers

Add a CustomBadge to a UISegmentedControl in the navigationBar

There is an UISegmentedControl in a navigationBar, which created in the Storyboard and have an Outlet wired to it. I have tried to add a custom badge to the UISegmentedControl, but failed. The badge does not appear. Ps. The custom badge appears when…
lu yuan
  • 7,207
  • 9
  • 44
  • 78
1
vote
2 answers

Badge on the tab bar item did not show

In my app, the badge value of my tabBar item is set in the AppDelegate.m, as following: AppDelegate.m - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions { ... UIStoryboard *storyboard…
lu yuan
  • 7,207
  • 9
  • 44
  • 78
1
vote
0 answers

Google Play badge with https

I need to integrate on my website a Google Play badge for linking to an Android app on Google Play, with https. The badge generator offers the badge in http version: http://developer.android.com/distribute/googleplay/promote/badges.html. On the…
montueron
  • 198
  • 2
  • 10
1
vote
0 answers

Queue for ignored local notifications?

My question has to do with what happens when the user ignores multiple local notification. In my testing, it appears that iOS 5.1 (perhaps earlier too) passes only the last ignored notification to the app and discards all of the previous ignored…
johnnyspo
  • 619
  • 3
  • 7
  • 18
1
vote
4 answers

How to change application badge with push when application is closed

I'm trying to change the badge of the application I'm developing. When closed, unfortunately I was only notified a message without changing the badge. - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary…
user1319267
  • 73
  • 1
  • 8
0
votes
0 answers

Blackberry badge notification

I am using this code to implement badge notification in Blackberry Bitmap bit = Bitmap.getBitmapResource("badge_icon.png"); HomeScreen.updateIcon(bit); This code works fine on simulator with no issues, but fails to do the same on…
Hades
  • 75
  • 1
  • 12
0
votes
1 answer

Application Badge

Hi guy it's possible put in the application Badge some letter? Something like ON OFF? [UIApplication sharedApplication].applicationIconBadgeNumber = 1; Work but it's a number in the Sadun's book (my last day bibble) i see …
Acunamatata
  • 55
  • 2
  • 9
0
votes
2 answers

Xcode: getting badge value to add it to a label

I have an app that receives push notification. I would like to add the badge with the right value near a button inside the application menu (do you remember the old Facebook app?). I'm trying to get the badge value from the notification in the…
Miwi
  • 774
  • 4
  • 15
  • 28
0
votes
1 answer

Does Chrome or Firefox have an API whereby we can display a badge on the taskbar/dock icon?

I'm working on a web app that does notifications much the same as Twitter, Facebook, and StackOverflow. When there are async notifications sent to the notification area on these websites, you'll notice that usually the is also updated to…</div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/api" class="post-tag grid--cell" title="show questions tagged 'api'" rel="tag">api</a> <a href="../../questions/tagged/browser" class="post-tag grid--cell" title="show questions tagged 'browser'" rel="tag">browser</a> <a href="../../questions/tagged/badge" class="post-tag grid--cell" title="show questions tagged 'badge'" rel="tag">badge</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Mar 12 '12 at 19:19">asked Mar 12 '12 at 19:19</time> <a href="../../users/124069/chase-florell" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/124069.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="Chase Florell" /> </a> <div class="s-user-card--info"> <a href="../../users/124069/chase-florell" class="s-user-card--link">Chase Florell</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">46,378</li> <li class="s-award-bling s-award-bling__gold" title="57 gold badges">57</li> <li class="s-award-bling s-award-bling__silver" title="186 silver badges">186</li> <li class="s-award-bling s-award-bling__bronze" title="376 bronze badges">376</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="mln24"> <div class="question-summary" id="question-summary-9384471"> <div class="statscontainer"> <div class="stats"> <div class="vote"> <div class="votes"> <span class="vote-count-post"><strong>0</strong></span> <div class="viewcount">votes</div> </div> </div> <div class="status answered-accepted"> <strong>1</strong> answer </div> </div> </div> <div class="summary"> <h3><a href="../../questions/9384471/foursquare-getting-location-checkin-out-of-a-badge" class="question-hyperlink">foursquare: getting location/checkin out of a badge</a></h3> <div class="excerpt">I have a list of badge messages exported by users through twitter: i.e. https://foursquare.com/ruben_es/badge/4f07d1fee4b026656d9dad16?ref=tw I can't seam to understand if it's possible to access the checkin/venue connected with this badge. The web…</div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/api" class="post-tag grid--cell" title="show questions tagged 'api'" rel="tag">api</a> <a href="../../questions/tagged/foursquare" class="post-tag grid--cell" title="show questions tagged 'foursquare'" rel="tag">foursquare</a> <a href="../../questions/tagged/badge" class="post-tag grid--cell" title="show questions tagged 'badge'" rel="tag">badge</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Feb 21 '12 at 20:13">asked Feb 21 '12 at 20:13</time> <a href="../../users/629122/marcorossi" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/629122.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="marcorossi" /> </a> <div class="s-user-card--info"> <a href="../../users/629122/marcorossi" class="s-user-card--link">marcorossi</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">1,941</li> <li class="s-award-bling s-award-bling__gold" title="2 gold badges">2</li> <li class="s-award-bling s-award-bling__silver" title="21 silver badges">21</li> <li class="s-award-bling s-award-bling__bronze" title="34 bronze badges">34</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="mln24"> <div class="question-summary" id="question-summary-9122941"> <div class="statscontainer"> <div class="stats"> <div class="vote"> <div class="votes"> <span class="vote-count-post"><strong>0</strong></span> <div class="viewcount">votes</div> </div> </div> <div class="status answered-accepted"> <strong>1</strong> answer </div> </div> </div> <div class="summary"> <h3><a href="../../questions/9122941/removing-badge-subview-from-uibarbuttonitem" class="question-hyperlink">Removing badge subview from UIBarButtonItem</a></h3> <div class="excerpt">I am adding a badge to a UIBarButtonItem... which works fine. But I cannot remove it. Any help is appreciated. Thanks. Code: MKNumberBadgeView *badge = [[MKNumberBadgeView alloc] initWithFrame:CGRectMake(45, -10, 30,30)]; badge.value =…</div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/iphone" class="post-tag grid--cell" title="show questions tagged 'iphone'" rel="tag">iphone</a> <a href="../../questions/tagged/uibarbuttonitem" class="post-tag grid--cell" title="show questions tagged 'uibarbuttonitem'" rel="tag">uibarbuttonitem</a> <a href="../../questions/tagged/badge" class="post-tag grid--cell" title="show questions tagged 'badge'" rel="tag">badge</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Feb 03 '12 at 02:27">asked Feb 03 '12 at 02:27</time> <a href="../../users/1013281/edhnb" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/1013281.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="edhnb" /> </a> <div class="s-user-card--info"> <a href="../../users/1013281/edhnb" class="s-user-card--link">edhnb</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">2,122</li> <li class="s-award-bling s-award-bling__gold" title="3 gold badges">3</li> <li class="s-award-bling s-award-bling__silver" title="24 silver badges">24</li> <li class="s-award-bling s-award-bling__bronze" title="38 bronze badges">38</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="mln24"> <div class="question-summary" id="question-summary-8709329"> <div class="statscontainer"> <div class="stats"> <div class="vote"> <div class="votes"> <span class="vote-count-post"><strong>0</strong></span> <div class="viewcount">votes</div> </div> </div> <div class="status "> <strong>2</strong> answers </div> </div> </div> <div class="summary"> <h3><a href="../../questions/8709329/flex-mobile-using-badges-in-elements" class="question-hyperlink">flex mobile using badges in elements</a></h3> <div class="excerpt">Is there a way to display so called badges in Flex elements? With badges I mean the little red circles with a number in it which are used to display the amount of new items in a inbox by example. I want to display badges in a flex list or tabbed…</div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/apache-flex" class="post-tag grid--cell" title="show questions tagged 'apache-flex'" rel="tag">apache-flex</a> <a href="../../questions/tagged/mobile" class="post-tag grid--cell" title="show questions tagged 'mobile'" rel="tag">mobile</a> <a href="../../questions/tagged/badge" class="post-tag grid--cell" title="show questions tagged 'badge'" rel="tag">badge</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Jan 03 '12 at 07:53">asked Jan 03 '12 at 07:53</time> <a href="../../users/627035/klaaz" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/627035.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="Klaaz" /> </a> <div class="s-user-card--info"> <a href="../../users/627035/klaaz" class="s-user-card--link">Klaaz</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">1,590</li> <li class="s-award-bling s-award-bling__gold" title="3 gold badges">3</li> <li class="s-award-bling s-award-bling__silver" title="23 silver badges">23</li> <li class="s-award-bling s-award-bling__bronze" title="46 bronze badges">46</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="mln24"> <div class="question-summary" id="question-summary-8033895"> <div class="statscontainer"> <div class="stats"> <div class="vote"> <div class="votes"> <span class="vote-count-post"><strong>0</strong></span> <div class="viewcount">votes</div> </div> </div> <div class="status answered-accepted"> <strong>1</strong> answer </div> </div> </div> <div class="summary"> <h3><a href="../../questions/8033895/iphone-using-as-badge" class="question-hyperlink">iPhone - Using '*' as Badge</a></h3> <div class="excerpt">I need a simple clarification in using badges for iPhone applications. Can I use '*' instead of numbers to display in badge? If so, will Apple accept such application? </div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/iphone" class="post-tag grid--cell" title="show questions tagged 'iphone'" rel="tag">iphone</a> <a href="../../questions/tagged/objective-c" class="post-tag grid--cell" title="show questions tagged 'objective-c'" rel="tag">objective-c</a> <a href="../../questions/tagged/ios" class="post-tag grid--cell" title="show questions tagged 'ios'" rel="tag">ios</a> <a href="../../questions/tagged/ios4" class="post-tag grid--cell" title="show questions tagged 'ios4'" rel="tag">ios4</a> <a href="../../questions/tagged/badge" class="post-tag grid--cell" title="show questions tagged 'badge'" rel="tag">badge</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Nov 07 '11 at 07:48">asked Nov 07 '11 at 07:48</time> <a href="../../users/500625/ios" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/500625.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="iOS" /> </a> <div class="s-user-card--info"> <a href="../../users/500625/ios" class="s-user-card--link">iOS</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">3,526</li> <li class="s-award-bling s-award-bling__gold" title="3 gold badges">3</li> <li class="s-award-bling s-award-bling__silver" title="37 silver badges">37</li> <li class="s-award-bling s-award-bling__bronze" title="82 bronze badges">82</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="s-pagination pager fr"> <a class="s-pagination--item" href="../../questions/tagged/badge_page=33" rel="prev" title="Go to page 33">Prev </a> <a class="s-pagination--item" href="../../questions/tagged/badge_page=1" rel="" title="Go to page 1">1</a> <a class="s-pagination--item" href="../../questions/tagged/badge_page=2" rel="" title="Go to page 2">2</a> <a class="s-pagination--item" href="../../questions/tagged/badge_page=3" rel="" title="Go to page 3">3</a> <div class="s-pagination--item s-pagination--item__clear">…</div> <a class="s-pagination--item" href="../../questions/tagged/badge_page=57" rel="" title="Go to page 57">57</a> <a class="s-pagination--item" href="../../questions/tagged/badge_page=58" rel="" title="Go to page 58">58</a> <a class="s-pagination--item" href="../../questions/tagged/badge_page=35" rel="next" title="Go to page 35"> Next</a> </div> </div> </div> </div> </div> <script src="../../static/js/stack-icons.js"></script> <script src="../../static/js/fromnow.js"></script> </body> </html>