
I’m currently working on a crossplatform app targeting Windows Store Apps and WP8. For this project I’m using a Portable Class Library so I can share the code. I’m using MVVM pattern, the Model and the ViewModels are in the PCL, while the separate projects have only Views and Adapters(for the things that differ such […]