I am working on an Android project that has a part which dose this: 1) the user enter a data from a data field and save it in a text file 2) the app should send notification even if the application is killed by the os, at that date, the one wrote by the user.
For example: I write 31.01.2015
The app will notify my only on 31.01.2015 even if i don't open that app anymore.
The question is how do i have to do this?
Thanks!