I wanna implement MVC architecture for an Android application. Is it possible to do so. Or is it implemented by default.
Asked
Active
Viewed 1.9k times
1 Answers
2
It's not implemented by default but somehow it helps to follow the guideline from the android development site tutorials like : (http://developer.android.com/tools/samples/index.html)

Stathis Andronikos
- 1,259
- 2
- 25
- 44
-
A more concrete example : (http://androidexample.com/Use_MVC_Pattern_To_Create_Very_Basic_Shopping_Cart__-_Android_Example/index.php?view=article_discription&aid=116&aaid=138) – Stathis Andronikos Dec 10 '13 at 07:38
-
Also, a more helpful one : (http://www.emirweb.com/AndroidTutorial.php) – Stathis Andronikos Dec 10 '13 at 07:40
-
Second one is actually less helpful one - it basically describes android java framework. First one is realy helpfull since it actually describe how to "create" MVC on top of android java framework (or API - whetever name you prefer). – Srneczek Apr 22 '15 at 12:20