python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Best way to define the presenter and outport in clear architecture?
I have been trying to follow clear architecture, to develop applications.
most of the stuff suggested by uncle bob's clean architecture theoretically makes sense.
As shown in the picture,
All the use...
rahul Kushwaha
Votes: 0
Answers: 1
clean architecture : can the preseter talk to to the controller?
in the clear architecture, what uncle bob suggested.
I have a lot of questions about how to correctly distribute the responsibility.
it seems that there is no relationship between controller and pres...
rahul Kushwaha
Votes: 0
Answers: 1
How to observe activity presenter variables from fragment presenter?
I am creating a weather application, the structure of which is as follows:
a single activity (host) and two fragments.
I need to implement it with the MVP architecture and using RxJava. When the app s...
yaromchikV
Votes: 0
Answers: 0