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

Stackoverflow-like user badges

I've been always curious how would badges be made (like these in Stackoverflow) with PHP. I was thinking about 3 tables for storaging the data, but how, when & why should I do the checks for earning badges. For example: badge - first post or badge -…
Ivanka Todorova
  • 9,964
  • 16
  • 66
  • 103
-1
votes
1 answer

Objective-C API for creating Mail/Message like receivers

Does anyone know if there exists an open Apple API to use to create rounded receivers badges as you can see in both Mail and Message app (and probably several other Apple apps). EDIT: An examplifying picture (I want to achieve the same effect as…
Peter Warbo
  • 11,136
  • 14
  • 98
  • 193
-1
votes
1 answer

Do we loose our Github earned badge if we leave the organisation where we have earned that badge?

I've earned a few badges by contributing to a private organization. What if we leave that organization, will we lose that badge in the GitHub profile?
-1
votes
1 answer

Notification badge count managment in angular

I am having a notification table in the database in which I am getting notification value via the API and showing it to the angular notification panel with badge count with the help of CSS styling. I would like to reduce the notification count when…
JSLover
  • 45
  • 7
-1
votes
2 answers

Product Category Thumbnail Badge

I am trying to add multiple product categories -to display category thumbnail has product badge in catalog page add_action ('woocommerce_before_shop_loop_item_title','alt_category_badge', 99); add_action…
-1
votes
1 answer

Create Custom Count badge in Android Kotlin

Hey I am new in custom thing and I want to create custom badge. It looks like circle in single digit and if more than two digit I need to curve little bit like rectangle till three digit. I am adding image for example. How it will look like. Single…
Kotlin Learner
  • 3,995
  • 6
  • 47
  • 127
-1
votes
1 answer

Bootstrap dropdown with additional information -- "width:auto" is too smal

I'm using a bootstrap drop-down menu with additional information. These are added with the span badge. In addition, the menu can also be scrolled. @foreach (var item in Lieferanten) { open = Model .Where(m => m.Bezahlt ==…
Paul_412
  • 47
  • 7
-1
votes
1 answer

Badge variable is missing in my FCM notification in Swift

I am receiving notifications in my app using FCM but i am unable to show badge count on my app icon since there seems to be missing variables in my notification. how can i add this? Below is the error i am getting [AnyHashable("icon"): logo.png,…
-1
votes
1 answer

Badges in NativeScript TabView

I need my app to display red badges on the TabView like the ones on the LinkedIn app shown here. Does anybody know how to do that in NativeScript?
-1
votes
1 answer

Iter to get the badge "Work with Google Assistant"

I need to create a Google Actions Custom (Dialogflow + Google Assistant) to interact with devices. My customer would like to get the Work with Google Assistant badge. What should I do? How long does it take to get certified? Thanks, Nino
-1
votes
1 answer

Attempt to invoke virtual method 'android.view.View android.view.View.findViewById(int)'

It is showing error -> at com.thoughtworks.mythoughtworks.MainActivity.onCreateOptionsMenu(MainActivity.java:66) .It is showing null pointer exception when I load notification badge in onCreateOptionMenu... Please help MainActivity.java public…
-1
votes
1 answer

How can i show a badge notification in a button using devexpress mvvm ?

Notification Button i wanna add a badge notification to that button , using Devexpress MVVM Architecture
TraiOmar
  • 3
  • 2
-1
votes
1 answer

How to find out the Icon Badge count?

I'm using push notifications on my iOS app and everything is working great. The icon badge is working and when I open the app I clear it with this code: [[UIApplication sharedApplication] setApplicationIconBadgeNumber: 0]; But before clearing…
tomDev
  • 5,620
  • 5
  • 29
  • 39
-1
votes
2 answers

Badge Count is not increasing for push notification.always badge count remains 1?

My app badge count in not increasing when app is in background for push notifications.Count increase by 1 only for the first push notification and always remains badge count as 1, if i get more then 1 notification also badge count remaing 1…
-1
votes
2 answers

Boolean Depending On Badge Number

Okay so I thought of an idea to get around the restraints of my last post (for anyone who read it that is reading this). What I need to do it detect if the application badge number is greater than 0 and then set a boolean depending on if it is…
Kfeavel
  • 43
  • 1
  • 10
1 2 3
57
58