In My application I want to check data after every second, using service. I have tried to use Timer but it doesn't allow me to use 'runOnUiThread' in service. In Activity Timer works fine.
or
Is there any other way to trace database at every seconds?