0
In an application that the initial fragment is Supportmapfragment, when I change Fragment and end up pressing the back button it returns to the fragment of the map, it is very slow the movement of it. Does anyone know what happens?
0
In an application that the initial fragment is Supportmapfragment, when I change Fragment and end up pressing the back button it returns to the fragment of the map, it is very slow the movement of it. Does anyone know what happens?
Browser other questions tagged android google-maps
You are not signed in. Login or sign up in order to post.
This usually happens when the app is running in debug mode. Try running outside of Debugger and see if the performance improves.
– André Ribeiro
I’m not running in debug mode no..
– Mateus Carvalho
I believe there is because I am returning to a Fragment that already exists and then in oncreateview it makes the whole process of inflating the map etc.
– Mateus Carvalho