preload
Jun 20

pet-projectFor a while ago I asked on twitter and on my blog what the Windows Mobile application of your dreams are (earlier post asking about what kind of application I should develop). I did this to find inspiration on what kind of application I should develop when I’m now starting a new pet project. It’s always interesting listening to what kind of applications other people would like to have on their mobile devices.

I got several good suggestions but in the end I decided to take the first Windows Mobile application I made and develop it from scratch again. This was an application using the GPS on your device to track your movement and calculate current speed, average speed, distance covered, timer +++ The application were meant to be used when running to help you track progress and see all detailed information you often wonder about when you are done exercising.

I want to share my work with you on this project so as I start working on it I will write posts with code examples on how I do it. When this project is done, I will distribute it for free to you to enjoy:)

Why have a pet project?

A pet project is an excellent opportunity to be able to explore all kind of technology and development techniques you are curious about testing, but are not able to do so in your real-time job. With a pet project you can play around doing those things you always wanted to do. You have no deadlines, no budgets, no demanding customers, you are free to do whatever you want to!

As Robert C. Martin (Uncle Bob) stated three days ago in his keynote speech, titled “Are you a professional?”, at Norwegian Developers Conference (NDC09): You should continuously be learning and practicing your profession.

Each week you should spend 40 hours working for your employee, then spend another 20 hours learning, practicing and studying.

In this pet project there are two things I really want to explore:

  1. I will run this project as a completely TDD (Test Driven Development) project
  2. I will do funky stuff with the UI (smooth animations ect.)

While working on this project I will most likely also find new areas that I want to explore and play around with.

Pet project name

Every pet projects needs a cool project name. I will call this project RSWM an acronym for Run Smart With Me. All posts about this project will be tagged with RSWM making it easy to find all relevant posts concerning this project.

Functionality for RSWM

I have a rough idea on what functionality I will implement in the RSWM application:

  • Timer
  • Covered distance
  • Speed (km/h and mph)
    • Current
    • Average
    • Max
  • Number of steps (calculated based on the covered distance and the users height)
  • GPS screen (all details about the GPS data)
    • long/lat
    • meters above sea level
    • number of satellites in uses
    • number of satellites in sight
  • History log (each sessions will be stored with all it’s details)
    • Search-able
    • Sort by (date, distance, speed)
    • Delete session
    • Add comment to session
  • Progress screen (Showing graphs about your progress)
    • Average speed
    • Distance pr session
    • ++

This will be the main functionality, I might remove or add functionality during the project. If you have any thoughts/ideas for this application please leave a comment. I also know that similar applications already have been developed, but the application content is not the most important in this project. How I choose to develop this project is what matters. And by the way; this app will be far more smooth than what’s already out there;)

Follow me on twitter @PerOla

Share & enjoy
You can subscribe to my comments feed to keep track of new comments.

2 Comments to “Windows Mobile application – pet project”

  1. Mobile Developer says:

    Welcome to windows mobile development and this sounds like a great project to work on. I feel the same as you. By working, you learn and that is a good thing.

  2. Mobile Developer: Thanx! Learning by doing is absolute the best way to expand your knowledge. The great thing with a pet project is that there are no boundaries stopping you from exploring new areas.

5 Pingbacks to “Windows Mobile application – pet project”

  1. [...] the original post: Windows Mobile application – pet project Categories : Windows Mobile [...]

  2. [...] will kick off the Run Smart With Me (RSWM) project by writing user stories. By doing so I will have a good idea on what functionality I need [...]

  3. [...] Run Smart With Me (RSWM) application is my Windows Mobile pet project and I have now decided on and designed the system architecture for this [...]

  4. [...] can use the LanguageHandler concept described above in your application. I will use my pet project Run Smart With Me as an example for [...]

  5. [...] my pet project Run Smart With Me I decided to use GPS.NET 3.0 to handle the GPS functionality. GPS.NET is an open source project and [...]

Leave a Reply

Subscribe to my comments feed

Subscribe to my feeds Follow me on Twitter
Microsoft MVP
DZone MVB