Here, does the lead have the only job as an intermediary between UseCases and the UI, as a data manager?
Yes
Input validation logics rely on which layer? Can it be inside the lead?
verification should be based on the business layer, and not on the presentation, can it be inside the lead? Of course, this is possible, but what if you have several screens with similar inputs, you need to repeat your verification logic inside each host! you can argue that you can make a basic presenter, but this is not an ideal solution, because the leader should have one goal.
And the second question: who controls the navigation? View or Presenter or UseCase?
Do you think that the navigation system is part of a domain or presentation or data level, it is probably related to the presentation level, but you can make a small component inside the presentation layer that will control the entire navigation as a whole, so you can use this component in that the moment you decide you need a different platform and drop your actions. You can find this approach in the above sample.
EDIT: 0
How do you transfer data between modules where they have different models?
you just use file cabinets, and the reason is that each module has its own models or objects, so it would be easy to test each module separately.
About the presenter and presentation, let's say you want to show an error message, the host decides why it will be shown, viewing decides how it will be shown.
I think that the problem is in understanding the level of presentation of clean code with Android, that actions and fragments are not only viewing, but also the process and life cycle in which your code will work, clean code came to a separate spaghetti for these actions and fragments.
EDIT: 1
adding to the last point, it is now clear that Google and the support team there have made great efforts to make outdoor activities and fragments of a fictitious representation as possible by introducing a large set of libraries " Architecture Components ". I urge everyone to test them, even if you use MVP, you will find great benefits.