AAA - Part 3, Implementing View in MVC
In this video we have a look at how to get started with implementation of View in MVC design pattern for Android. It gets started by creating a very generic interface called MVCView which gets extended by another interface called MainActivityMVCView. This interface has got more specific methods needed by the functionality and feature. Finally it comes down to implementing this interface. Follow me on Twitter: https://twitter.com/anilvdeshpande Github link to source code: https://github.com/AnilDeshpande/DBDemoToDoList/tree/mvc-implementation
In this video we have a look at how to get started with implementation of View in MVC design pattern for Android. It gets started by creating a very generic interface called MVCView which gets extended by another interface called MainActivityMVCView. This interface has got more specific methods needed by the functionality and feature. Finally it comes down to implementing this interface. Follow me on Twitter: https://twitter.com/anilvdeshpande Github link to source code: https://github.com/AnilDeshpande/DBDemoToDoList/tree/mvc-implementation