Category Archives: wpdev

Prism and Universal Windows apps – Messages

Another common scenario when you work with the MVVM pattern is messages support: all the available toolkits and frameworks support them. Messages are a way to exchange data between two classes (typically, two ViewModels) with a decoupled approach: the two … Continue reading

Posted in Universal Apps, wpdev | Tagged , , | Leave a comment

Prism and Universal Windows app – Managing the application’s lifecycle

Unless this is your first experience with Windows Store app development, you should be familiar with the concept of “application lifecycle”. Windows Store apps are created for scenarios where battery life, memory and CPU are not unlimited: consequently, the old … Continue reading

Posted in Universal Apps, wpdev | Tagged , , , | 1 Comment