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?


1 comment:

  1. you can use timer for the same and can call that specific function every 5 minutes. Check this.

    ReplyDelete