I am making an Android application that takes data from file i.e phone SD card and according to time,application displays data in html i.e in web browser .This application runs continuously.I have two task, first time calculating and taking data from file which is continuous and second display data on web browser which is also continuous.i want to run first task in background and other task that continuously display data in html.
I don't know how to do this..also i am new in android ..please help me.thank you..