Jul 27, 2017 · 1 min read
Dario Miličić , I could not understand how the thread executor is being initialized and how the activity call is passed on to the presenter. Can you please explain or post that part of the code. I tried looking even at your BoilerPlate code from github.
I am trying to set up a project for myself by these steps and am try to figure 2 things that is not clear to me from here
- How is the presenter initialized
- How do I pass some data that I need to pass to my service, like a user input.
