Ccna final exam - java, php, javascript, ios, cshap all in one. This is a collaboratively edited question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.
Tuesday, January 17, 2012
Application should request server every 5 mins
I have an ImageView in my application and I am loading the image in the ImageView using an http link. I need to update/request the http link every 5 mins to see whether any changes have been made. How can I do this?
you can use timer for the same and can call that specific function every 5 minutes. Check this.
ReplyDelete