Top Menu

Tag Archives Progress Bar.

I have a main activity that has simple buttons and listeners associated with them. Each button opens a new activity . However while opening activity, it takes some time to load which causes a UI freeze. I want to avoid this by simply adding a loading circle in between. That is a Progress Bar. You may create this programmatically or…

Close