I took over the Android project from a past employee, and I wonder if there is a simple tool for profiling an Android application. I have a LinearLayout with a built-in ProgressBar counter. Now I am starting a network call in another thread while this counter is showing. I use translation animations to show the entire LinearLayout, and when the network call returns in another thread, I hide the LinearLayout. Now this works fine, but I see that the spinning type stops while it is showing. Now it looks as if I interacted with the screen, for example, scrolling, the spinner will continue to spin. For a standard ProgressBar counter, do I need to set some command on the counter so that it rotates? Any information on this would be great.
thanks
Bobbake4
source share