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

Control app badge count

Server is sending the badge count in push notification, but if app is in background I want to call a service and display the badge count according to the response of that service. It is possible ignore the badge count came in push from and server…
Aashish Nagar
  • 1,207
  • 1
  • 14
  • 30
0
votes
1 answer

IOS10: badge count not displayed

I am using the following code to display a number as badge at my apps icon: func triggerNotification(iAmountToday: Int) { UNUserNotificationCenter.currentNotificationCenter().requestAuthorizationWithOptions([.Badge, .Sound, .Alert]) { (granted,…
AntonSack
  • 1,021
  • 2
  • 25
  • 47
0
votes
4 answers

inline-block content to behave as block

I have this setup and I would like to be able to hover on top of the LI element and have it all clickable due to the link/s it has inside. How can I make the first link in the li item take all the possible space? a, a:hover { text-decoration:…
Dunnow
  • 414
  • 1
  • 5
  • 22
0
votes
1 answer

Showing badges in android phonegap app

I am developing a phonegap app and I want to show push notification count on app icon. I am using com.phonegap.plugins.pushplugin for receiving push notification. I am trying to use this plugin https://github.com/katzer/cordova-plugin-badge for…
mobiledevnewbie
  • 707
  • 1
  • 5
  • 11
0
votes
1 answer

How can I change badge total color in Angular bootstrap calendar

I didn't found the solution to change the class of badge total on event cell ? By default, it's badge-important, but I find the red a bit agressive when you have many events in Month view. how could I change the class ?
0
votes
2 answers

How to get notification badge number from one app to another ios

I have an app with a tableView which have the entries with names whatsapp, messenger, slack etc. Now take Whatsapp for example when you tap on it it'll open whatspp via deep linking.I want to show notifications sum, which user has received on his…
Chaudhry Talha
  • 7,231
  • 11
  • 67
  • 116
0
votes
1 answer

stumbleupon badges and spanish characters

using the stumbleupon badge code for a url like http://www.test.com/¿cómo_se_dice with the following snippet it will recognize the url as…
Matt Ryan
  • 1,717
  • 2
  • 20
  • 30
0
votes
0 answers

How to increase badge count when a button clicked ios?

In myapp i am having tab button items 1. 0-10pounds 2. 10-50pounds 3. Partial truck buttons. if i click 0-10pounds item i have to show a badge increased to 1 for the same item. Thanks in advance.
Vignesh
  • 35
  • 1
  • 8
0
votes
0 answers

App Badge for Sony z3

I'm trying no use ShortcutBadger to make number of my notification on the left of my app icon. When I try with Galaxy Tab2, S6 and LG G4, everthing is fine, but with Sony Z3 wasn't anything happen. Had anyone met that case? Many thanks. Link to lib:…
0
votes
0 answers

corner radius doesn't work well in UITabBar

When I added a button to tabbar and set a specific cornerRadius to make it become a circle, I found the rightof the circle was been clipped , just like But it work well in other views, such as UITableViewCell. I had tried some views like…
tripleCC
  • 39
  • 8
0
votes
1 answer

Appboy SDK iOS, the unreadCardCountForCategories delegate doesn't gives count for an updated card

I have integrated the Appboy News feed in my iOS application. I fetch the badge count for the unread number of cards through the unreadCardCountForCategories delegate provided by the SDK. But the count returned by the delegate doesn't refresh if I…
Ghazalah
  • 233
  • 2
  • 14
0
votes
0 answers

Android badge/ item counter on each product category

I try to develop a simple Shopping list app with different ptoduct categories like "dairy", "meat" etc. For each category there is a different ListView. When the user choose category - the new list opens and he can add items. Now I would like to…
user5866501
  • 483
  • 2
  • 5
  • 12
0
votes
0 answers

How to make an icon that has number of items in a cart?

Is it possible to make an icon (cart) with badge that has number of items in cart? I saw that Ionic has support for tab badges, but when I try it like this:
Norgul
  • 4,613
  • 13
  • 61
  • 144
0
votes
2 answers

[UIApplication sharedApplication].applicationIconBadgeNumber does not update badge

I have a peculiar station in one of my apps. Alt ought I call: [UIApplication sharedApplication].applicationIconBadgeNumber= the badge keeps on not being shown. In the didFinishLaunchingWithOptions of the app delegate I have regularly…
Fabrizio Bartolomucci
  • 4,948
  • 8
  • 43
  • 75
0
votes
2 answers

How to bind the count of total rows of a table in to a bootstrap badge?

is it possible to bind a 'number' to a bootstrap badge. The 'number' is retrieved from Sql server using- select count(*) from dbo.table_name as of now, i have button and when i click on it, i get the total number of rows of table in a alert box. I…
Sbk3824
  • 1,229
  • 1
  • 14
  • 24