MVC pattern in Android?
264
139
|
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?
| ||||||||||||
|
150
|
In Android you don't have MVC, but you have the following:
| ||||||||||||||||||||
|