I am building an app on android that basically reads the contents of a file and displays them as a pop up, at regular intervals, running itself in the background, say, it runs in the background all the time and displays the contents of the file every 2 hrs.
How can I impement this?
I am new to the android programming, so please help me with some examples. thank you