Qualcomm Interview Question

In MVC pattern, where to fit communication with a server?

Interview Answer

Anonymous

Mar 18, 2013

Obviously not in the view... In asynchronous data models I would be OK with putting it in the model but it really should go in the controller part.