I have to setting a time to check for update data from server 2times a day, suppose 9AM and 9PM, but i don't know the way to do that.
Create a thread, run every-time and check time current time with setting,if they are equal,so do task? This way is good? I think that's bad performance.