I have been working as an Android Developer since last 4 years. And recently I started to learn MVP with Clean architecture. I am not using any library like Dagger, Retrofit or anything because I want to understand the architecture.
I created a project with MVP clean way. However, I am not able to figure out that where can I add network operations (background thread) and how?
I added one UseCase and it is working fine if I use static data without using any background thread. But cannot understand where to add background thread?
Is anyone can help me with that? let me know if you need more information.
Thanks.