@ksmarshall – i <3 software

PAGES

Posts By Kevin Marshall

Visit Kevin Marshall's Blog

    • 7

      Dec 10
      WP7 Tip–Pseudo Map Launcher

      [download code] WP7 has a several built in launchers, but the map app does not have one. It’s unfortunate because I think it’s fairly common that you’d want to have a link to get directions in a mobile app since you are, you know, mobile.  Right now the best way to do that is to [...]

    • 3

      Nov 10
      WP7 Serialization Comparison

      [download code] A few people asked about binary serialization in my last post.  Here is a small sample app that shows how to do it.  It also shows you the difference between the different serializers you can use: binary, Json.net, DataContract and DataContractJson. You really have to run it on the phone to see the [...]

    • 27

      Oct 10
      WP7 Development Tips Part 1

      Performance is the area that we probably spend the most time on in all our apps. Building apps on the phone is just way different than building desktop apps. Things that might be really minor optimizations on a desktop Silverlight can really make a difference on desktop Silverlight apps. Developing on the phone is an [...]

    • 13

      Oct 10
      WP7 – Page Transitions Sample

      I posted a few methods for doing page transitions in the past that were based on some older versions of the SDK and don’t work anymore. In the post I’ll go over another method which uses a base page to handle all transitions. [Download Sample] Before going into the code, here are some thoughts I [...]

    • 6

      Oct 10
      WP7 – Quick Jump Grid Sample Code

      [Download Sample] With the recent release of the windows phone 7 toolkit, most of the controls in the native apps are present except the quick jump grid and the list picker. For those of you that don’t know the quick jump grid is described in the official design template. My co-worker Erik Klimczak blogged about [...]

    • 21

      Jun 10
      Powermote: WP7 remote control for PowerPoint

      This is a preview of a quick app I built for Windows Phone 7 to remotely control a PowerPoint presentation from a WP7 device. The app consists of a PowerPoint add-in that hosts a WCF service. The add-in creates a ribbon menu item to connect to the phone. Clicking “Connect to Phone” sends a push [...]