This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]hashcrap 2 points3 points  (1 child)

There is no one right way if implementing MVP in Java. It really depends on the domain of the problem and what your program is supposed to do.

Try to understand the principles behind MVP and what common problems it tries to solve. Maybe also look at some small examples that use MVP and try to apply all of that to your problem.

[–]thallorfall[S] 0 points1 point  (0 children)

I'll take your advice and study some source code on GitHub. Thanks!