hii I am new to android architecture, can you plea...
# android-architecture
r
hii I am new to android architecture, can you please suggest that what should I go for , mvvm or mvi
m
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
Another thing worth getting into is DDD as it's ubiquitous and doesn't depend on the presentation layer logic
As long as there is clear separation of concerns and your components are testable you are good to go