- Dec 5, 2011
- 3,061
- 0
- 0
Hey guys, as part of my app, I am wanting to pull in information about things like the on-air DJ, the currently playing song, etc. Now, my station manager has provided a plain text HTML page for displaying the data (eg the artist bio can be found here http://1radio.org/listen/bio.html). My question is, how can I import that into the phone with it sticking to the themes. So it appears on the Listen Panorama control that I have set up within my app, which follows the phone's theming (I use a dark theme with magenta accent so white or magenta text with font Segoe WP on a black background for me, however your themes may cause different results). I also want it to re-poll the data every ten seconds so as to always show the latest data. Note: there are zero APIs available for me to do this. I am having to use workarounds to achieve this.