Open jeanPokou opened 4 years ago
The rendering of a large list is very slow because of items and sub items layout inflation on the main thread
So how to prevent it? It is not possible to update UI from another thread.. UI updates must be done on UI Thread
The rendering of a large list is very slow because of items and sub items layout inflation on the main thread