How can I implement a notification functionality on an android app in which at a set time found on an xml, the app will display a notification?
Say a local xml file has a value which say notifyat=5:00pm, so I want the app to everyday, display a notification based on that value?
I have been reading through this tutorial http://www.vogella.com/articles/AndroidNotifications/article.html
How can I get the app to automatically read the xml file everyday and show me the notification at the specified time?
In order to do something like this you are going to need to use an AlarmManager. Here is an example of running your code at this specific time:
The “MyAlarmReceiver” class is where you will put your code that launches your notification. Make sure to declare your BroadcastReceiver class in the AndroidManifest.