diegodobelo / AndroidExpandingViewLibrary

This is a library to help creating expanding views with animation in Android
941 stars 120 forks source link

Slow rendering large list #28

Open jeanPokou opened 4 years ago

jeanPokou commented 4 years ago

The rendering of a large list is very slow because of items and sub items layout inflation on the main thread

n-droidev commented 4 years ago

So how to prevent it? It is not possible to update UI from another thread.. UI updates must be done on UI Thread