I want to add update notification feature to my application. I want that when user clicks on “Check for updates” it find and notify user if there is any update available. For that what practice should I use? Should I download a text file read some data and compare and tell user that update is available? Or there is any other better option?

Plz help