Navjot Singh

Results 2 comments of Navjot Singh

Add this Function in your class then private void setVisibilityOn(boolean isVisible) { if (isVisible) { loadingAnimation.setVisibility(View.VISIBLE); } else { loadingAnimation.setVisibility(View.GONE); } }

@nishchal-v may i know how to use this at bottom while implementing pagination