Sobes.tech
Junior — Middle

Have you applied the principles of Model-View in your projects?

sobes.tech AI

Answer from AI

Yes, in Android projects, the Model-View pattern was often used to separate logic and presentation. The Model is responsible for data and business logic, while the View handles display and user interaction. For example, in an Activity or Fragment, the View is implemented, and data is obtained from the Model or ViewModel. This helps make the code more modular and testable.

Have you applied the principles of Model-View in your… - sobes.tech