Iam fresher in android I selected Start date and end date from datepicker based on that I need to insert dates between start date and end date into sqllite and then compare with current date and set reminder. Please let me know if you have solution
Share
To get date from Date picker use this
Set the values to database
You can get the database tutorials from here, here and here
To get Current date
To set a reminder
you can use the alaram manager to set the reminder the solution can be found here
EDIT 2
Do the entire thing on AsyncTask (example here also )so that the main UI thread is not blocked, on pre execute code the database fetching and on do in background use the while loop so that it never ends
This is what i can give rest you do the work… and that’s all, rest you have to search and work out your way don’t expect me to make and give an entire project