How to load very large listview without stuck screen

Hello !
I am making a book app in which i have 114 lessen headings . when click on any lessen heading than app shows full lesson detail. But when i open my app than it take 10 to 15 seconds to load the whole list. But i want to load the listview quickly . but how ? Please guide me

I am using csv file to make the list of topics and lessen .

Here are the screenshot.

I used all kind of listview but in every listview i found same situation (take much time to load)

Use recycle view

1 Like

Try this extension, already we tested with more than 13k CSV items either from CSV file as well as gsheet and works in few sec

1 Like

Thanks for this