Showing posts with label MVVM. Show all posts
Showing posts with label MVVM. Show all posts

Wednesday, April 04, 2012

SWENUG Sundsvall AppSlöjd with Microsoft.

It's been a while since my last blog post, but there has not been so much to write about. Have been busy working on a C++ project.

Yesterday I attended the AppSlöjd Event that was organized by SWENUG Sundsvall. It was an evening listening to Microsoft @Buzzfrog and @Grytlappen talking about app development on windows phone.

Got some info on stuff to check out:
migbi.se Swedish resources on windows phone.
MVVMLight Makes the infrastructure code in WP easier for MVVM-pattern
Wp7AdsRotator Makes it possible to include ads from several resources.
Live SDK Upload and download files to skydrive from windows phone.

Saturday, May 28, 2011

Testing ArcGIS for WPF + Funbeat + Prism.

Trying to make an Wpf Application using ArcGIS for WPF running against Funbeat API to view tracks that I made. Building the application on Microsoft Prism, made a MapModule and a PersonModule and added to two regions in the app.



A Custom Graphics Layer was made that accesses the tracks through the Funbeat APIs. The project uses MVVM Views and ViewModels to separate the GUI from the model. The Xaml files are only using databinding to show the data.