dimanche 30 juin 2019

What's the best design pattern (MVC/MVP/MVVM) for an Android application for testability?

I've reading about design patterns lately and when planning my next application - I'd like to choose a good design pattern that would enable me to test my app's component easily and thoroughly.

Most design patters separate the data, business logic , and UI layers, that's clear but I'm getting a bit swamped with the nuances and details of each pattern and I'm a difficult time to choose the right one.

any suggestions?

1 commentaire: