I want to have a ‘Weather’ page in an app that shows the weather by accessing a website like http://www.yourweather.co.uk. They provide code that you can copy to do this. So, when that ‘Weather’ app page is called from anywhere in the app, the code is run and the weather from the website will be displayed. Where should this code be included?