02-11-2010 04:52 AM
Hi,
I seem can't find this in the forums. But is there anyway how I can show the Network Signal, Battery Life, and Time in the screen?
TIA.
Ridvan
Solved! Go to Solution.
02-11-2010 05:13 AM
you can obtain these information from the DeviceInfo or RadioInfo class.
there is no component to display them, you have to do it yourself, for example using an own field and direct drawing with the graphics class.
02-11-2010 05:15 AM
lets see if the attachment works, its an old sample by jonathan, his site is long gone unfortunately.
i think it needs some added code to cancel the timer onUnexposed and restart it onExposed.
02-11-2010 05:31 AM
thanks simon! exactly what i needed.