I am really new to MVVM and especially to the MVVM Light Toolkit. I try to make a little Windows Phone app, that uses the Buddy SDK (their Website). Where is the right place to handle all the api calls? Where should I store the User object, which is needed for every call?
Is it useful to create a Interface?
Michael