Guys,
I have been planning to make a small little app for WP7 that shows the battery usage as a live tile.
After reading some documentation, it would appear that in order to acheive this, I would need to host the tiles image on a URL, and I guess dynamically produce a tile based on the battery levels of the phone.
So, would this mean in order to make such a simple battery indicator, I would need to burn battery every update to the tile by pulling a paramtised URL from a web server?
Or am I waaaay of the mark here?
To me, it makes these sorts of apps totally impractical.
I thought we would be able to treat the tiles like a user control, and add our own controls to it - ie a label or picturebox, and update directly.
Add your 2¢