I'm currently developing an Android application for inventory management using sqlite database. I am storing items information along with the expiry dates. I need help for auto generating notifications when a item expires based on expiry date.
I want to check expiry date of item with current data. If both matches it should give a notification.
Anyone can please help in this coding. Thank you