views:

665

answers:

3

Are there any good MVC frameworks for native Windows Mobile code?

Barring that could someone link to an open source Windows Mobile or CE project that uses the MVC pattern?

+2  A: 

Perhaps you could try Qt. It provides some classes for mvc programming. Here is link for MVC in Qt. http://doc.trolltech.com/4.4/model-view-programming.html

I believe Model-View programming is similar with Document/View in MFC, not really MVC
afriza
A: 

check out this link... Let me know what you think. [email protected]

http://www.windowsmobilemvc.com/

+1  A: 

Inspired by akam129, this is a link from Qt Quarterly on MVC.

Overview: The controls in Qt are using MVC internally, and it is possible to do MVC programming at application level by using signal-slot mechanism

afriza