You just need to change your one-line from notificationManager.notify(0, notification);
to notificationManager.notify((int) System.currentTimeMillis(), notification);
...
This will change the id of notification whenever the new notification will appear