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

Is it possible to use desktop icon badges to show count of unread messages in Swing Java 8?

Now I use custom method to draw on the existing icon my own badge but I can't draw outside of the origin icon dimension. I have found in Java 9 class Taskbar with badges support. Is it possible to do something similar in Java 8? Badge is a small…
0
votes
0 answers

how to update tab layout badge count while display data in fragment like wats app?

I follow this example and adding notification to tab layout,my issue is how to update badge counter in fragment page like Whats app. I tried below code so its working fine in tab layout activity but I don't know how to set number increment in…
007
  • 3
  • 2
  • 6
0
votes
1 answer

How to Gitlab badges

I'm trying to add badges with gitlab and I don't understand how it works. How can I add an "issues" badge ? I've tried this but cannot get issues…
Monkey Monk
  • 984
  • 9
  • 19
0
votes
1 answer

Why the badge implemented on the icons are not visible clearly.I want to show the badges clearly on the icons and badge-count on the icons

The implemented badge is not shown clearly in the interface.why the badge is not clearly visible. tried zPsoition methods also. The below image is shown to describe the issue.
Manish Kumar
  • 997
  • 2
  • 13
  • 30
0
votes
2 answers

Can I use semi-graphics to display badges in terminal?

I want to display some single-line badges (with rounded corners) in terminal but I am not aware of any box characters to use for start and end of labels. Are there any? The label text would be normal text on coloured background, the only issue is…
sorin
  • 161,544
  • 178
  • 535
  • 806
0
votes
1 answer

can we manage badge count using azure notification hub (from panel to bulk devices)

I am using node in backend, and using notification hub to send bulk notification to bulk of users, is there a way to manage badge count?for both android and ios devices
Ankur Goel
  • 21
  • 5
0
votes
1 answer

How to set tab badge from app delegate

I'm trying to set the tab badge number on launch when I receive a push or local notification. Accordingly, I'm trying to set this badge number from the Application Delegate. I can set the badge locally from the tab's view controller with…
SeniorShizzle
  • 984
  • 1
  • 11
  • 27
0
votes
1 answer

How to update badge counter in Parent tab page xamarin forms

I have a App that uses tabbed pages, In the xaml of the Parent tab page I populate all my other tab pages, I have a viewmodel that binds to the Parent tab page and viewmodels for each of the other Tab pages. I have a badge on one of the tabs that…
Anthony Horter
  • 45
  • 1
  • 12
0
votes
1 answer

Badge on Android Bottom Nav Menu disappear when back from another activity

I have a BottomNavigationView with menu implement on my MainActivity. I was able to call .showBadge(R.id.firstMenu).setNumber(2); on the BottomNavigationView instance and it shows correctly. I also have another setting activity that get triggered on…
Khem
  • 1
  • 1
  • 2
0
votes
0 answers

Why GitLab shows a failure badge in green for failed Jenkins builds?

I just configured CI integration for GitLab merge requests between Jenkins and GitLab. I have GitLab Community Edition 11 which doesn't provide Jenkins integration (Enterprise Edition has it), so I had to do the most on the Jenkins side using GitLab…
JustAMartin
  • 13,165
  • 18
  • 99
  • 183
0
votes
0 answers

Xamarin Application Badge not working on Android Forms

I have installed the CrossBadge package to display badges in the application icon but its not working for Android. CrossBadge.Current.SetBadge(number); I am testing in both the simulator (Oreo 8) and physical device running Android pie. The…
Hash
  • 821
  • 7
  • 19
0
votes
1 answer

Show the badge count for push notifications when the app is in background

I want to show the badge count of the push notifications when the app is in background. I've tried by setting the badge count inside the oncreate() method of the class which is extending FirebaseMessagingService and the badge count is working. But…
Manu Ram V
  • 369
  • 1
  • 3
  • 23
0
votes
1 answer

How to add badge to BottomNavigationView in Android

I want to use BottomNavigationView view for set some fragments! But I want to set badge (circle background with text) to one of item of BottomNavigationView ! For this job, I write below codes. In my codes, it works for the first time. but when…
KokoBand
  • 229
  • 1
  • 5
  • 15
0
votes
1 answer

How do I add a Badge to an Icon

I need to add a badge to the icon on my project that displays the count number values, i cant seem to make the badge work. Can anyone help me with this? and make the badge display the count value on the icon.
SoberdogK9
  • 127
  • 12
0
votes
1 answer

APNS with badge in iPhone and Desktop app

I have the mail app on both iPhone and Desktop. If I read the mail from desktop then the badge count of iPhone mail app is automatically updated (decrement of badge count) while I don not open mail on iPhone. It means my iPhone mail app is not…
Ved Rauniyar
  • 1,539
  • 14
  • 21