I wanna implement MVC architecture for an Android application. Is it possible to do so. Or is it implemented by default.
1 Answer
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)
3 Comments
Stathis Andronikos
A more concrete example : (androidexample.com/…)
Stathis Andronikos
Also, a more helpful one : (emirweb.com/AndroidTutorial.php)
Srneczek
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).