Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

Possible Duplicate:
Is there a way to add a badge to an application icon in Android?

I just wanted to know that can we show the badge number in Android app Icon?

I know that android notifications are different then Iphone but i want to do in my android app.

Is that applicable?

Thanks for your answer.

share|improve this question
1  

marked as duplicate by blahdiblah, Kate Gregory, Bob Kaufman, Aleksander Blomskøld, Andrew Alcock Feb 5 at 6:40

This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.

2 Answers

up vote 4 down vote accepted

I think we can do it. check this question Badge on Android TabHost. the accepted answers refers to this code https://github.com/jgilfelt/android-viewbadger

Edit i haven't tried yet. check this question. Is there a way to add a badge to an application icon in Android?

share|improve this answer
Does this project let put badge on app icon? – Jin35 Jan 20 '12 at 7:13
+1 for suggestions... and is @Jin35 asking, it will posible? – Siten Jan 20 '12 at 8:29

You can do it only by creating widget instead app icon. Look this question for more info.

share|improve this answer
+1 for nice solution – Siten Jan 20 '12 at 8:28

Not the answer you're looking for? Browse other questions tagged or ask your own question.