[Question] ``` callOnClick(); ``` https://github.com/ecgreb/mvpc/blob/master/app/src/main/java/com/example/ecgreb/mvpc/view/LoginForm.java#L122 ``` mLoginFormView.setOnClickListener(new OnClickListener() { @Override public void onClick(View v) { attemptLogin(); } }); ``` https://github.com/ecgreb/mvpc/blob/master/app/src/main/java/com/example/ecgreb/mvpc/controller/LoginActivity.java#L29-#L33 Could you explain more about this? Is it scalable?
[Question]
https://github.com/ecgreb/mvpc/blob/master/app/src/main/java/com/example/ecgreb/mvpc/view/LoginForm.java#L122
https://github.com/ecgreb/mvpc/blob/master/app/src/main/java/com/example/ecgreb/mvpc/controller/LoginActivity.java#L29-#L33
Could you explain more about this? Is it scalable?