Reputation: 1734
Hello I'm have REST for get data from server(after click button). But this request complete after long time about 3-5 minutes. For user I'm want show progress bar or other notify, what solution you use for this ?
Upvotes: 0
Views: 36
Reputation: 4104
Since you don't know how long it will take, the easiest solution is to display an animated gif.
Upvotes: 1