

Its really easy and you should definitely be using it. So, in this android development tutorial, I am going to show you, how you can create such a functionality for you android app. The buttons still remain clickable.Īnd this provides for a richer and more responsive User Experience. The user can still interact with the app, like the post, comment, share etc. They don’t freeze the functionality of the app. Its way better than the old-fashioned dialog boxes. to give the user the indication that something is going on in the background.Īnd they look really good!! Have a look at this progress bar at the bottom of Instagram feed. The android development community has come up with newer much cooler solutions to this problem by implementing circular progress bars, snackbars etc. The user has to be notified that a network call is in progress and he has to wait till the data loads.įrankly speaking, the old overlay progress dialogs with “Loading… or Please Wait…” texts are no longer the best solutions for this.

It is a really cool and necessary feature to add to your apps if your apps make use of a recyclerview which loads data in parts from the server. Have you noticed that in Instagram’s android app, when you scroll to the bottom of your feed, there is that gray colored circular loading bar?
