hii I am new to android architecture, can you please suggest that what should I go for , mvvm or mvi
m
Maksym M.
01/30/2024, 9:24 AM
Doesn't really matter. You really shouldn't adapt the thinking in terms of use cases, viewmodels and repositories.
Instead, focus on layers and boundaries between those layers
➕ 1
Maksym M.
01/30/2024, 9:25 AM
Another thing worth getting into is DDD as it's ubiquitous and doesn't depend on the presentation layer logic
Maksym M.
01/30/2024, 9:27 AM
As long as there is clear separation of concerns and your components are testable you are good to go