Android-Loading-Animation
Android-Loading-Animation copied to clipboard
how to disable??
I've added the animation, that's great.
But how to disable it?
Add this Function in your class then private void setVisibilityOn(boolean isVisible) { if (isVisible) { loadingAnimation.setVisibility(View.VISIBLE); } else { loadingAnimation.setVisibility(View.GONE); } }