I have created an app widget using collection for my app, The widget shows date and list of items on that particular date. Everything works fine and the widget is updating as re
You can try if changing PendingIntent.FLAG_UPDATE_CURRENT to PendingIntent.FLAG_CANCEL_CURRENTin your nextButtonPendingIntent and prevButtonPendingIntent pending intents will help.