1
When entering email and password the app should call another layout. I just can’t seem to do it...
Intent intent = new Intent(this, R.layout.activity_estado);
startActivity(intent);
Informs the following error: Cannot resolve constructor 'Intent' (model. Main, int);
I confess that I am beginner in Android.
Thanks in advance
Error: Unknown class: 'activity_status'.
– Júnior
Okay, that I understand. I want to know where the layout goes in this... :(
– Júnior