How to add loading animation on listview

Hello community !
I’m loading some data from airtable in listview. So, i want to add a lottie loading animation when the data is loading from airtable, so that user can understand the app is working properly.

Can anyone tell me how can i do it?

Have two arrangements, one for lottie animation, one for spreadsheet. When screen initialize set lottie arrangement to true, set spreadsheet arrangement to false, start animation, call spreadsheet column …
When Lottie animation enimation ends set lottie arrangement to false, set spreadsheet arrangement to true

1 Like

Thanks a lot @dora_paz . It’s working perfectly

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.