A badge is a concise visual indication of something important to the user. For example, the number of unread emails in an email app can be displayed as a badge on the app's icon.
0
votes
1answer
8 views
Native Badging for Android?
I found a badge on my Android device today and I'm wondering how they did this.
Look at the "Email" icon next to "Camera" and "Talk". How are they getting the number 2 on the corner of that icon?
0
votes
1answer
15 views
Reload badge of tab bar item
I have an app with a tab bar controller. One of these views is a table view. There is a method to set the badge of this view in the tab bar. This works...but only when the user touches this view and ...
1
vote
3answers
44 views
iOS - Changing tabbar badge from other class
I've searched a lot but could not find an answer and therefore decided to ask you :).
I have an application with some views. After logging in I create a UITabBarController with 3 tabs.
Now I wish ...
0
votes
0answers
16 views
Tracking badges/achievements
I want to implement a badge system in my android app, the user collects some points and depending on how much points they've gathered they get some badges. My problem is that how to keep track which ...
1
vote
1answer
34 views
Analysis of MongoDB and Badges system
We are developing a system which does some statistical analysis based on social networking data, eg: tweets, status updates etc. I was thinking to store user related information on a relational ...
1
vote
1answer
58 views
Yii Bootstrap - Badge Inside Menu
i want to setup a badge inside my navigation menu with bootstrap and yii to show how many alerts an user has.
<?php $this->widget('bootstrap.widgets.TbNavbar',array(
...
0
votes
1answer
55 views
Quickblox Simple iOS Push Badge Increment
Hi I'm using quickblox in one of my iOS apps and so far everything has been great and easy to use, however, I've seem to have hit a wall. I'm trying to increment my applications badge count for when I ...
1
vote
1answer
87 views
Update Badge Number when push notification is received when App is not Open
I have an App in which i am facing the issue that the badge number only gets updated when i open the notification but i need to update the badge number even when app is not open.
Can anyone help me ...
0
votes
0answers
34 views
setBadgeValue not working in AppDelegate.m (Storyboard)
In my AppDelegate didFinishLaunchingWithOptions BOOL I am calling this method:
UIStoryboard *iPhone35Storyboard = [UIStoryboard storyboardWithName:@"Storyboard3Inch" bundle:nil];
...
0
votes
2answers
47 views
Google+ badge on websites
I am trying to put a Google+ badge on my recently created websites at sites.google.com. When I copy the code and paste it into the HTML box actually nothing happens.
What am I doing wrong?
Thanks ...
0
votes
3answers
192 views
Application icon badge number not increasing : Xcode
I am facing a problem with push notification application badge number value updation.
I am doing like:
-(void)application:(UIApplication *)application
...
0
votes
2answers
45 views
Adding badge number in UItabbarView Controller in runtme
I am trying to add badge number in UITabBarController and it is working . But i started NSTimer . when timer completed . it calls webservice and in return i get badge number .
but when i set badge ...
0
votes
1answer
45 views
How to push notifications without badge number?
I don't want to see the badge number on the app icon. but I want to keep the notifications in notification center.
How to achieve this?
The following doesn't work as it clears all the notifications ...
0
votes
2answers
104 views
How to reset push notification badge counter with PushWoosh on an iOS app
I sent a push notification to my users with PushWoosh, and manually set the badge counter to "1" (in the Advanced form).
Now the problem is the badge counter is stuck on "1" no matter if the user ...
-2
votes
4answers
53 views
How to connect app icon badge to label in app?
I am making an age calculation app, and I wanted to connect the number of days, which is a label inside the app, to an application badge (the little red shape on an app icon, eg. Mail(when you have ...
0
votes
1answer
205 views
IBM Worklight: Push Notification and Badge
On testing Worklight push notification for Android, if the alert (notification message) is empty, the app icon with app name will be displayed in notifications bar without any notification message. ...
1
vote
1answer
75 views
Can the merit gem recalculate reputation and re-evaluate badges and ranks?
I would like to add a system of points, ranks and badges in my rails app.
The merit gem looks cool, but I want to make sure how it works before using it.
The way you define badges
# ...
1
vote
2answers
265 views
Auto Increment Push Notification Badge in iOS6
First of all this is my time to implement the Push Notification so please co-operate.
I am getting the Push Notification from Server. Server always send the badge=1 in payload.
Now server side ...
0
votes
1answer
43 views
iphone IOS Anyway to get Added Control in ToolBar to come to front
This is a bit of a hack, but trying to get a badge on a toolbaritem. Almost there, but it appears in the back, tried normal methods to get to front with no luck.
deletedCountBadge = [CustomBadge ...
0
votes
0answers
105 views
Is there a Sublime Text 2 package for SCM badges, similar to Textmate's ProjectPlus?
I'm switching to Sublime Text 2 from Textmate. For the most part I'm finding it an improvement, but I really like having a visual indicator of file status as part of the filename in the gutter. ...
2
votes
1answer
273 views
BadgeCls on a tab panel in Sencha Touch
First ever question on here!
For some reason I can't get the badgeCls option to work in Sencha Touch. I'm trying to change the colour of the badge, but the class I pass isn't showing up on the actual ...
4
votes
2answers
169 views
Is it possible to customize application icon badge: Xcode?
This may be a foolish question. But I'm asking it because of my curiosity. Is there is any possible way to customize an iOS application icon badge image(as below:)..?
Thanks in advance...
0
votes
2answers
73 views
Application Icon badge Count is showing 2 for the first install
I am using UILocalNotifications in my application, When i am launching the app for the first time badge count on app icon shows 2. Same thing is happening when i installed the app with IPA file.if i ...
0
votes
2answers
66 views
Showing and deleting number on badge depending upon the Apple Push Notifications
I have an app where I am using apple push notifications. Now I need to show the badge number depending upon the notifications, and I also need to decrease the badge number accordingly.
I know this ...
0
votes
1answer
72 views
Change color of UITabBarController badge
I want to change background color of UITabBarController badge.
Its default color is Red. I want to change to any other color.
Is it possible?
If yes, then how it would be?
Thanks in advance.
0
votes
0answers
96 views
how to build the server (php)push notification message and red badge using iOS?
I have worked default push notification using this link.
I need server based deals and offer push notifications with badge. We want to send message (not only e-mail but badge number on mobile phone ...
0
votes
1answer
100 views
iOS UILocalNotification - Badge Icon and Notification Sound
I have a quick question that should be fairly simple.
First, I am going to start off by posting code:
-(void)notification
{
UILocalNotification *localNotification = [[UILocalNotification alloc] ...
0
votes
1answer
52 views
Badge color doesn't change, in firefox, using crossrider API (setBadgeText)?
I'm using crossrider, and I want to change the badge color of the browser button
Here's the code (in background.js)
appAPI.ready(function() {
appAPI.browserAction.setBadgeText('0', [255, 127, ...
1
vote
2answers
240 views
iOS, decrease icon badge number
I use
[[UIApplication sharedApplication] setApplicationIconBadgeNumber:[UIApplication sharedApplication].applicationIconBadgeNumber -1];
to decrement the icon badge count, but actually it gets ...
0
votes
1answer
78 views
iOS - incorrect badge value retrieved from tab
I'm trying to retrieve the value displaying for a specified tab. It was working before and it stopped for some reason? The int current_badge = line on the code below is where the badge value is ...
0
votes
1answer
87 views
What is the best way to add avatar to Google plus badge?
I want to add a Google plus badge to my blog. Currently I added a google plus badge to my blog and tried to add an image to it by the following code:
<div class="g-plus" data-width="208" ...
-2
votes
1answer
120 views
Select OnChange
This is a simple question.
How do I change the "badge's price from $10 to $20" with select onChange?
<span class="badge badge-primary">$10</span>
<select>
<option>$10 ...
0
votes
1answer
173 views
Increment app badge on recieving ACS push while app on background: Titanium
My application uses ACS Push Notification. I have implemented app badge in my application. But the problem is the appBadge doesn't incrementing automatically while receiving a push notification. I ...
0
votes
0answers
36 views
Application icon badge class (ios)
I am looking for the actual badge class that the classes UIApplication and UITabBarItem have as members. I need to add an image view with a badge that has the same functionality, and I don't want to ...
0
votes
0answers
135 views
Add badgeview on ActionBarSherlock MenuItem
I would like to add a badge over ActionBar MenuItem
But the digit icon didn't shows.
Here's what I have done so far
public class Main extends SherlockFragmentActivity
{
private Fragment ...
0
votes
0answers
68 views
Changing tabbaritem badge Icon from appdelegate when Notification arrives
I have a problem with AppDelegate and PushNotification. My storyboard appears as shown below
"SplashScreenViewController" is a UIViewController.The application starts from here.
...
-1
votes
1answer
223 views
How to add iOS plugins to phonegap?
I try add Badge plugin, but it still not working. How to make it?
Or there may be an example project with Badge plugin?
Thx.
0
votes
0answers
60 views
Backends to add a simple, visually attractive rewards feature to my website?
We want to add a simple rewards system to our website where kids can unlock items or earn some points/coins on completing some events/tasks. We are able to manage the triggers which give rewards/coins ...
1
vote
1answer
105 views
Fetch the integer value of badge(from push notification) : Xcode
In one of my apps, I want to fetch the integer value of badge(from push notification) programmatically.
edit: Inside 'application didReceiveRemoteNotification', I have to set:
badge No. ...
0
votes
2answers
155 views
Twitter Bootstrap set badge to no fill (or outline)?
Anyone know how to change a twitter bootstrap badge (or label) from solid to outlined?
1
vote
1answer
155 views
How to get red round minus icon as png with transparent background?
I need the red-minus badge icon - that one which is used for deleting rows in a UITableView.
Is there a way to get it programmatically? I have searched via google, browsed in several icon databases - ...
1
vote
1answer
189 views
How to customise the iOS badge number background
How can I customise the badge number on UITabBarItem?
Something like this
0
votes
1answer
97 views
UILocalNotification - Add 1 to CURRENT icon badge
So I've got a UILocalNotification setup to change the Icon badge.
[myNote setApplicationIconBadgeNumber:[[UIApplication sharedApplication] applicationIconBadgeNumber]+1];
So it works fine if I ...
0
votes
1answer
76 views
Is it compulsory to count number of notifications as a badge value on an app icon?
I develop an application that sends push notifications to iOS devices. It is not important (~useless) in my case to count the number of notifications on the app icon badge, as they are not those kind ...
1
vote
1answer
251 views
Chrome Extension Onclick() with Popup
I want to clean my notification (badge). When click onto the icon a popup should be opened at the same time, but it doesn't work.
It works with tab but I don't want to show on tab it should be on ...
0
votes
1answer
333 views
How can I update my app's Live Tile Badge in WP8?
I hoped this code from page 549 of Nathan's "Windows 8 Apps with XAML and C#":
//string xmlString = @"<badge value='2'/>";
string xmlString = string.Format(@"<badge value={0}/>", ...
0
votes
0answers
31 views
I want to re-position the badge graphics on a tab control
Does anyone know how to re-position the badges on a UITabController? I'm using custom graphics and the badge graphic have the right edge cut off.
0
votes
2answers
400 views
WinRT live tile badge update
I am currently working on a feed reader app in HTML5/JavaScript and I have a problem with live tiles.
I have a live tile that is updating periodically by querying a web service that is returning the ...
0
votes
0answers
106 views
Schedule daily update of IconBadgeNumber from applicationDidEnterBackground
I've been able to set an application badge number to my iPhone app and updating it once the user interacts with my app:
[[UIApplication sharedApplication ] ...
0
votes
1answer
42 views
How to view personal Google+ profile badge at Windows XP
I was following these instructions to view my Google+ profile badge on the custom starting screen on my Firefox.
Starting screen is a html-document stored on my desktop and viewed with file:// ...





