213 Views
While working on a mobile application for Gociety, we found that there were a handful of screens that needed to fetch data from an API endpoint before showing any details. Since we knew enough about the state of the app (e.g.: the user is viewing a profile), we were able to show the general screen UI, but we needed a way to indicate to the user that the content is loading.
0 comments