AAA - Part 6, MVC Finale | MVC for Multiple Activity Android app

preview_player
Показать описание
In this video we have a look at how to implement MVC for multiple activity implementation. You will observe that it's all about moving around the functionalities to new set of Views and Controllers. The biggest advantage of MVC is when the view needs to be modified, only View gets modified. the controller and Model remain unchanged. This is major achievement of separation of concern.

Github links:

Рекомендации по теме
Комментарии
Автор

You are really great sir, you explain in ten minutes clearly what university professors cannot in multiple lectures. Thanks a lot, please create more content on ios development and swift.

yusufemirbektas
Автор

My mind was blown when the views had different implementations of showAllToDos, but the controller method remained the same! Really demonstrating how easily you can swap out views but keep controller the same

MrACrazyHobo
Автор

Best channel to learn Android on youtube. Thank you sir!

manojrai
Автор

why in every add operation we need to write new ToDoAdapter in showAllToDos under MainActivityViewImplementor ? I think the better approach is just to add the new item to the adapter list

muhannddh
Автор

Good morning Sir. Is there any library to get exact mime type. That is if I change extension doc to pdf output should be doc.

JujareVinayak
Автор

Hello Sir,


I am creating a service to update current location latlng on firebase. But service does not run when app is in background or killed. How can I fix it. I dont want to display any kind of notification to keep service live . Pls create a demo for me.

thanks

OfficialUPSCAspirant