I was developing an application for Android and I had a question:
In my main class MainActivity
I have the setContentView
function that initializes my screen, but if I want to open other Activity
I need to close the previous ones so that the application is faster?
It's a silly question but I want to know if the app gains performance by closing previous views .