CommunityOfCoders / COCWebsite

The official website of Community Of Coders, VJTI.

Home Page:https://www.communityofcoders.in

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

use circular progress indicators during api calls

ShubhankarKG opened this issue · comments

Our codebase makes an API call very frequently. When we make an API call, there is a slight delay, and we have no UI to display this to the user. All we have is a blank screen.

If we know we are making an API call, we can display a CircularProgessIndicator to the user till the data fetching is complete.