When placing email and password the app should call another layout. I just can not do this ...
Intent intent = new Intent(this, R.layout.activity_estado);
startActivity(intent);
Report the following error: Can not resolve constructor 'Intent' (model.Principal, int);
I confess that I'm a beginner on Android.
Thank you in advance