if you have a custom view for example FiltersView ...
# android-architecture
m
if you have a custom view for example FiltersView which depend on Api, is it better to make the view pure view without any dependencies like "Presenter/ViewModel" and control from outside, or you could encapsulate its logic inside