I want to create a Notification each Day at 8:00am. I have some data in a SQLite database and every day at this time I want to get the data from it and create a notification fro
You do not need a server. I think the best way to implement this is to use AlarmManager.
Alarm Manager Example