MVC pattern in Android?

Posted by Mohit Deshpande on Stack Overflow See other posts from Stack Overflow or by Mohit Deshpande
Published on 2010-05-27T21:23:45Z Indexed on 2010/05/27 21:31 UTC
Read the original article Hit count: 222

Filed under:
|
|

Is it possible to implement the Model-View-Controller pattern in Java for Android? Or is it already implemented through Activities? Or is there a better way to implement the MVC pattern for Android?

© Stack Overflow or respective owner

Related posts about java

Related posts about android