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
0
votes
0 answers

Show Badge at Ribbon Button with DevExpress

I try to add number badge to a Ribbon Bar Button for unread mails at a WinForm Project with devexpress. I try this code and first time it's work successfully I show badges but after I clean the cache and build the project it is not work anymore. I…
Heidi T.
  • 75
  • 1
  • 13
0
votes
1 answer

How to store multiple data of the same kind in local storage?

I was trying to make a Learning to-do list for PHP. I used bootstrap classes: collapse and list-group. Each list tag has 2 badges which serve for counters. Badge 1 = no of time I learnt or revise the chapter. Badge 2 = no of time I actually used…
TechXpert
  • 155
  • 2
  • 3
  • 10
0
votes
1 answer

increment iOS app badge when push notification received and app is closed (not in background)

Is there any way to increment a badge by one every time a push notification is received and the app is closed and not in the background? I am currently managing the badge count on the server side and including the updated badge count in the payload.…
alionthego
  • 8,508
  • 9
  • 52
  • 125
0
votes
1 answer

Add badge to android application

I use GCM in my application I want when I receive notification the number in badge increment I'm using this library implementation "me.leolin:ShortcutBadger:1.1.21@aar" in the receive I implemented this code in onMessageReceived: PendingIntent…
Jhon
  • 101
  • 1
  • 11
0
votes
1 answer

i want to display notification count (badge)on launcher icon in android

i am an android developer.i want to display notification count on launcher icon in android.It can be possible with "shortcutBadger" library but it is not working for android versions 5, 6 and 7. i don't want widget option.Can any one suggest me the…
honey
  • 21
  • 1
  • 1
0
votes
1 answer

How to count Push notification message badge on android app icon in background

I have run my Project in Mi device. In Mi device Push notification Badge Count and display on app icon but another device sumsung, lenovo not display push notification Badge on app icon. first,How to count Push notification message in background…
raj
  • 83
  • 1
  • 6
  • 14
0
votes
1 answer

badge number not showing correctly on UITabBarController

I have notification badges for two of my tabs, at the 1 position and the 2 position of the UITabBarController. The badges for the number 1 position show fine and even if the app is open it will show the new badge number. However the 2 position tab…
hg56
  • 185
  • 1
  • 3
  • 16
0
votes
1 answer

swift - add subview to segment control causes invalid behavior

i have a segment control let mySegmentControl = UISegmentedControl() i add two titles for it mySegmentControl.setTitle(title: "one", forSegmentAt: 0) mySegmentControl.setTitle(title: "two", forSegmentAt: 1) i add a label badge to "one" let…
coders
  • 2,287
  • 1
  • 12
  • 20
0
votes
0 answers

Display Woocommerce Sale Badge with Percentage Saved

I'm trying to display the discount amount as a percentage in the Woocommerce Sale Badge, I found the following code: add_filter( 'woocommerce_sale_flash', 'wc_custom_replace_sale_text' ); function wc_custom_replace_sale_text( $html ) { global…
JapeNZ
  • 75
  • 10
0
votes
1 answer

How to implement a simple github markdown badge to show monthly download

As titled, I would like to have a badge for, let's say, this repo Looking online, I found, for example, this: [![npm](https://img.shields.io/npm/dm/localeval.svg)]() I tried to embed in all the possible…
elect
  • 6,765
  • 10
  • 53
  • 119
0
votes
0 answers

How to show ui tab bar badge when UiTabBarController is having storyboard ids linked up, instead of direct child view controllers?

On my storyboard, I have one main UiTabBarController, which is then having 5 child storyboard ids. Each of the storyboard id is having its child view controllers and it expands. My question is, when I tried to set badge value at my main…
0
votes
1 answer

Text inside badge

In my application i have a AutoCompleteTextView within which the user inserts a series of tags to categorize an element. I would like to make sure that every time the user inserts a tag and makes a space, the tag he inserted was put inside a badge…
Cilla
  • 419
  • 5
  • 16
0
votes
0 answers

Statusbar overlap bagde label in navigationbar when push navigation iOS 11

In iOS 10, it looks OK but in iOS 11, the statusbar overlap badge label when push navigation. Can anyone help me? Thanks Please see my image:
0
votes
1 answer

Trying to put a badge on an UIImageView

I built a UIImageView extension to use the image in it and add a badge to it. But i really cannot get it right because after that i'm rounding the UIImageView corners radius. What i want is to show the badge on top of the UIImageView corner of the…
Kegham K.
  • 1,589
  • 22
  • 40
0
votes
1 answer

Increasing App badge count without showing push notification

I know how to increase badge count. how to send a push notification with badge count. My question is that how Facebook increase app badge count without push notification if somebody like your post. If I run service continuously in the background it…
Bug
  • 2,576
  • 2
  • 21
  • 36