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