Using Reactive extensions for feeding test sensor-readings in Windows Phone 29 March 2012 Michael-Van-Wesemael Reactive Extensions, Rx, sensors, testing, Windows Phone An interesting technology you might have heard of is Reactive Extension (MSDN Rx Site). It’s available for different types of applications, although you may need to add the necessary assemblies through NuGet. But in WP7.5 it’s included in the SDK. The only thing you need are references to Micr... [More]
Creating WP7 prototypes with Sketchflow 31 August 2011 Michael-Van-Wesemael With the upcoming release of Windows Phone Mango, you can create prototypes for Phone apps with Sketchflow. For people not knowing Sketchflow : it allows you to create prototypes that look like they have been drawn. When you present a “normal” prototype to a customer you get conversation... [More]
Visual State Manager or rather Behavior ? (part 3) 20 June 2011 Michael-Van-Wesemael Behavior, Silverlight, Windows Phone So far, so good. I created a little application indicating the distance to my geographically closest friend. I used Visual State Manager for making my indicator change, depending on the distance I get from the Distance-service. It takes some practice to get used to it. Now, I have two little problem... [More]
Visual State Manager or rather Behavior ? (part 2) 19 June 2011 Michael-Van-Wesemael Silverlight, Visual State Manager, Windows Phone In part 1 I set up the service and the WP7-application. The WP7-application will poll the service regularly for asking the distance to the closest friend. Let's now finish the WP7-app so we can show the distance by a little indicator. When closer than 2 (km? miles ? light-years ? You choose) the ind... [More]
Visual State Manager or rather Behavior(part 1) 16 June 2011 Michael-Van-Wesemael Silverlight, Visual State Manager, Windows Phone During an interesting event last week, discussing the virtues of Silverlight apps out of the browser, I was confronted with Behavior. I should probably be ashamed because I never heard of them before. Because they have a high coolness- and awesomeness-level I checked if they were also available for ... [More]