I'm developing a app that requires sync with the server app every 5 minutes... Which is the best way to accomplish that? I'm using a ThreadPoolExecutor (java way...) but I'm not very happy with that... and I want to know what other solutions can you provide me....
Thanks!