I am working on an Android app. I need that, at some hour of day. some functionality of my App can start and do its work even if the App is not Started/Launched or opened.
Example:- If i need to parse some xml data from some live feed site. So even if the user doesn't open/launch/start my app,and say some 9:00 in the morning, My App can read those news feeds parse them and save them to my application Database, if the App is installed in the device. The time constraint is not mandatory. But The App should function the way I intend.
I know how to parse and save the data. But can anyone can tell me, whether there is any functionality or any way available that I can use so that My App could do that work even if its not been opened/launch/started.
Sorry for the English. Any help will be appreciated. Thanks in advance.