Hi, I would like to know how to create an activity in AndroidStudio 2.3.3, about 1 year ago I created activities with something similar to this:
Intent i = new Intent(algo,algo);
i.startActivity();
But I see that currently the startActivity () method; does not exist. Please tell me which is the homologous way to do it now, thanks.