Kizspy | Question: 51
(Choose 1 answer)
FJOVERFLOW.COM
Why might MVP be preferred over MVC in Android development?
A. MVP allows for easier unit testing by decoupling the View and the Model through the Presenter
B. MVP is officially recommended by Google
C. MVP supports asynchronous data loading natively
D. MVP is simpler and requires less code