Sep 01
Adding gradient details to your application graphic can make a big difference. The out-of-box support for this in Compact Framework is not very good and you need to custom build controls with gradient support. This post explains how to create your own gradient buttons in .NET Compact Framework.
I have earlier written a post about Creating gradient background with transparent labels in .NET Compact Framework and the approach when creating a gradient button is quite similar. As a base for drawing gradient I use the same GradientFill.cs and Win32Helper.cs that I used and explained when creating gradient background.
Continue reading »
Tagged with: .NET • Compact Framework • Gradient • Windows Mobile
Aug 31
In 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 can be found on CodePlex. My pet project will use the built in GPS device on mobile devices to track speed and distance when working out (running, cycling, skating).
In this post I will explain how I used the GPS.NET in my project.
Continue reading »
Tagged with: CodePlex • Compact Framework • GeoFrameworks • GPS • GPS.NET • RSWM • Windows Mobile
Aug 06
One of my main area of interest is mobility and I read a lot of blogs and news sites to keep my self up to date. In this post I will share some of my favorite blogs and sites about mobility with you. The last 1 1/2 year I have mainly been working with Microsoft technology when it comes to mobility and therefore you will see a majority of Windows Phone and Windows Mobile blogs in this list.

Continue reading »
Tagged with: Android • Blackberry • Compact Framework • iPhone • Windows Mobile • Windows Phone • Windows Phone 7
Mar 06
This post will first explain the advantages you get from separating language and hard coded text from your application code and then show code examples in C# helping you getting started implementing language and text separating.
Lets have a look at the advantages:
Continue reading »
Tagged with: Compact Framework • Language support • Mobile applications • Mobility • Patterns • Windows Mobile • XML
Feb 12
Windows Phone Developer Community (WPDC) announced the program for their second meetup today. The event will take place at The Scotsman in Oslo 4th March and is now open for registration.
The program for this evening is very good and I encourage everyone interested in Windows Mobile/Phone development to attend (speeches are in Norwegian).
Continue reading »
Tagged with: Windows Mobile • Windows Phone • Windows Phone Developer Community • WPDC
Jan 08
We have entered 2010 and I am now actually enjoying (a lot of people are complaining) the cold and nice winter weather in Oslo (20 degrees Celsius below freezing). I have had a hectic start on this year preparing the start up of a large national project. This is very exciting and I find this a promising start on 2010.
2009 was the year that I started this blog. It has been interesting writing the posts and communicating with my readers. I have also learned a lot in 2009 and I will for sure continue writing posts on topics I find interesting.
Continue reading »
Tagged with: Compact Framework • Development • Mobile applications • MVP • Patterns • Scrum • ScrumWorks • Software • Use case • User stories • VMware player • Windows Mobile
Dec 08
Today I found this great guidance regarding WCF for Mobile Devices. It is a 72 pages PDF document written by Michele Leroux Bustamante and Nickolas Landry in May 2009.
I recommend that you read this if you are designing/developing Windows Mobile applications that are using any kind of communication.
Continue reading »
Tagged with: Compact Framework • Development • Michele Bustamante • Mobile applications • Nickolas Landry • WCF • Windows Mobile
Dec 04
Yesterday was a historic day for the Norwegian Windows Phone Developer Community. The first meeting for this community was successfully held at NITH.
12 members attended and we started the meeting with pizza and a discussion about the goals and visions for this community. We find it important to be able to meet other Windows Phone/Mobile developers so that we can share experience and knowledge within this community. It is also very inspiring to listen to other developers talking about their projects and applications.
Continue reading »
Tagged with: Windows Mobile • Windows Phone • Windows Phone Developer Community
Nov 24
It is easy to think that developing an application for Windows Mobile using the built in GPS unit requires a lot and complex code. Luckily this is not the case. You can actually have the base for a .NET Compact Framework GPS application up and running in less than 10 minutes if you choose the correct tools.
This post describes what I have found to be the easiest and fastest way to create an application that is interacting with the GPS unit in .NET Compact Framework.
Continue reading »
Tagged with: Compact Framework • Development • FakeGPS • GPS • Mobile applications • Mobility • Windows Mobile
Nov 12
When developing Windows Mobile applications in Visual Studio creating user controls or custom controls will often help you get a better application and decrease your development time. Often you will have problem using your user controls or custom controls in the Visual Studio designer. Forms using your controls will not show at all in the designer and sometimes Visual Studio will shut down because of this (happens often if you are referring to external .dll in the user control or custom control).
I will walk you through a simple example on how you can achieve this with out any problems at all.
Continue reading »
Tagged with: Compact Framework • Designer • Development • Mobile applications • Visual Studio 2008 • Windows Mobile