android-mvp-architecture
android-mvp-architecture copied to clipboard
Can't login ,What's the default username and password?
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。
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
I added in LoginPresenter
@Override
public void onServerLoginClick(String email, String password) {
getMvpView().openMainActivity();
//validate email and password