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
2 answers

Removal of Badge from BottomNavigationView when using navigation component

I am using the material design BottomNavigationView component and the fragment transition using Navigation Components. The issue which I am facing currently is that I cannot able to remove/hide the badges. When we using navigationComponent i cant…
0
votes
1 answer

Badge counter in Xamarin Forms not working

I'm using this Plugin for display badge count on tabbed view in Xamarin Forms app. Xaml code
anandd360
  • 298
  • 3
  • 14
0
votes
2 answers

Adding a badge to the round button - Swift

I would like to position the red dot below as the badge always to the top right of the button. let badgeView = UIButton (frame: CGRect (x: 20, y: 40, width: 16, height: 16)) self.addsubview (badgeview) With this code, the result is like this and is…
Mehmet Ceylan
  • 385
  • 1
  • 6
  • 18
0
votes
0 answers

Badge System with Variant Criteria, DB Design

Working on the DB design of a Badge System which will work synchronously(request/response) for variant criteria for more than 1000+ badges I am wondering how the badges will be checked when a user does a request. A first DB Schema I am thinking…
apo
  • 53
  • 6
0
votes
0 answers

In iOS, is it possible to set the badge count to the number of undismissed notifications a user has for an app?

So for instance, suppose 3 push notification are sent to an app. The push notifications would not include a badge count, because we want the badge count to be managed on the client. When one notification comes in, the badge on the app is set to 1.…
Ken Kinder
  • 12,654
  • 6
  • 50
  • 70
0
votes
0 answers

Badge not appearing on application icon in a Launcher but notification came and is visible

My notification came and everything works perfectly, but my application icon does not have a badge. NotificationCompat.Builder notificationBuilder = new NotificationCompat.Builder(this, NOTIFICATION_CHANNEL) …
0
votes
1 answer

Merit gem - Display a specific badge and the users who obtained it

I would like to create a method badges#show such as it is done here in StackOverFlow in which the selected badge is displayed and the users who have obtained it. I have created a BadgesController in which I have the following: # Find badge …
Gabriel Guérin
  • 430
  • 2
  • 13
0
votes
1 answer

adding dot on top right corner on label

Hello i am creating swift app and i am want to add red dot on UILabel but i can't find solution how to do that i want output like below i want to achive something like this i have check many solution but that all if for UIButton but i need to…
David
  • 13
  • 2
0
votes
1 answer

Embedding my linkedin badge in my Academia.edu page

I am currently trying to add my linkedin badge to my Academia.edu page. The code as provided in http://www.linkedin.com/profile?promoteProfile=&trk=mypro_badges does not seem to work. Has anyone experienced the same issue? Any idea? Thanks, Ilaria
panza
  • 1,341
  • 7
  • 38
  • 68
0
votes
1 answer

React native elements - Apply condition style for badge backgroundColor in listItem

I'm new to react native. I'm using "react-native-elements": "^1.2.7". I'm trying to change the background color of my badge in listItem following conditions. But I got an error. Here is my code import React from 'react'; import { View, Text } from…
0
votes
3 answers

dynamic web badge in rails without javascript

I'm trying to create a web badge with user ranking. Intend for it to be used in forums where javascript might not be enabled. I have come across this from How…
Julien
  • 185
  • 1
  • 2
  • 15
0
votes
0 answers

Swift/Xcode tab bar badge refresh

Code snippet: self.tabBarController?.tabBar.items?[2].badgeValue = "999" The code above works, but my tab bar badge updates only when I scroll (interact with) the view. Any thoughts? The badgeValue is updated whenever I add or remove an item from a…
0
votes
1 answer

how can send badge from firebase-admin to android application?

I want to send badge from firebase-admin to applications. I can send badge to iOS apps and show its on app icon but in android can not. how can send badge from firebase-admin to android applications and show its on app icon?
0
votes
0 answers

Google Chrome Extension - How can i count blocked ads?

I have a little problem and I searched on the internet but I can't find it. Hoping for someone to help me, I'll get back to you... I've developed a chrome extension that has the functionality to block ads. Now my question is: --- How can I count the…
0
votes
0 answers

Chrome addon popup causes problem with the addon's button badge text

I have created a simple addon which bookmarks the active tab in a specific folder when clicked. The addon is consisted of two .js files, the background.js and the popup.js. The background.js does the heavy work and sends some date values to the…
KilliK
  • 11
  • 7