Windows Phone 7 Flashlight

By on 3/15/2010

Now that the developer tools for Windows Phone 7 are out in the wild, I wondered how long before we see the ubiquitous "flashlight" app. I decided to grab the bull by the horns and put it out there myself. So find below the steps required to make your own flashlight app
  1. Create a new XNA Game Project for the phone
  2. Add this line of code to the Draw method:
graphics.GraphicsDevice.Clear(Color.White);
And BAM! that's it!

See more in the archives