Since releasing the first version of GetHuman app for Windows Phone it has been a while since I have been working on any new apps. I decided to finish up a small app that I had started some time back, namely the APFT (Army Physical Fitness Test) Calculator app. To begin with this app I began to attempt deriving formulas to compute the scores, but soon realized two things:

  1. One: Deriving all the formulas to compute the scores for each event in the APFT would take me longer than writing a quick look up function, and…
  2. Two: I had never used LINQ to XML before and this was an excuse to learn how to use this.

(more…)