here is my code for notification. it generate a new notification each time
Random random = new Random(); int m = random.nextInt(9999 - 1000); Notific
Use below give code for your notification manager and increment the count whenever a new notification received.
mNotificationManager.notify(count, mBuilder.build());