android-mvp-architecture icon indicating copy to clipboard operation
android-mvp-architecture copied to clipboard

Can't login ,What's the default username and password?

Open 1322739583 opened this issue 5 years ago • 2 comments

图片 I try to use this username and password,it dose not work。 And why when i write the real and collect google account and password ,it still can't login?It's a fake function? I don't understand the login logic。

1322739583 avatar Aug 31 '20 00:08 1322739583

Hi 1322739583, you can avoid email validation from and can go to the main screen even if login, so if u want to enjoy and learn MVP then add getMvpView().openMainActivity(); at line 97 in LoginPresenter.java

Hope this helps

Dalakoti07 avatar Oct 01 '20 18:10 Dalakoti07

I added in LoginPresenter

    @Override
    public void onServerLoginClick(String email, String password) {
        getMvpView().openMainActivity();
        //validate email and password

phillipsk avatar Mar 20 '21 12:03 phillipsk