Alarm Notification fires instantly. Android
问题 I am working on a Reminder that sends notification on fixed time to the user. The alarm is getting off instantly ... I tried most of the suggestions over stackoverflow , but still having same issue Please help me sort this problem out. server data user_reminder": [ { "id": "75", "name": "Morning Snacks", "time": "11:00:00", "days": "1,2,3,4,5,6,7", "user_id": "14" }, { "id": "76", "name": "Lunch", "time": "13:00:00", "days": "1,2,3,4,5,6,7", "user_id": "14" }, ...... ] My code for (int i = 0;