One very common task for many mobile applications is the ability to capture the audio from your microphone and use it inside your application. Doing this on your WP7 device could not be easier. To do this you really need like 20 lines of code and a good speaking voice (ok the second part is mostly...
***** NOTE – As readers pointed out this method will NOT allow your application to be accepted into the Marketplace (damn you MS) so please do not follow the original advice here (crossed out below). ***** When building a WP7 Silverlight application, not a Silverlight Game or XNA Game, there are some...
When building and deploying a WP7 application in which you want to license (i.e. charge money) for you can have the ability to offer your users to try your application before they buy it. You can do this by enabling Trial Mode in your application. Side Note – In my opinion EVERY application that...
Ok today has not started off so good. My goal was to create a simple startup application which was my shell of our WP7 application but this has been WAY more painful than I would have ever thought it could be. The issue is that when I started the app the very first time (when the project was virgin and...
As you are building out your WP7 applications and trying to utilize either the PhotoChooserTask or CameraCaptureTask you may run into a bit of some ‘odd behavior’ if you try to run your code on your physical device but not on the emulator. The odd behavior is that your launcher code will...