Closed 6cUbi57z closed 6 years ago
Thanks for the detailed report. I also noticed this issue when using the poster layout. Your solution will definitely help improve the start time. From my investigation, the loading of the show stats also slows down the display of the list of shows. I will improve this point in the next version of ShowsRage.
I have implemented this. It will be part of the next version (1.6).
Bug report
Issue description
I am experiencing lag when first opening the app and sometimes when scrolling through the TV list.
I have some experience with Android development (although have not looked through the code) and I believe the issue is caused by the list item renderer. When the app first opens, the list items are very small as they do not yet have a banner image and so lots of the items are displayed on the screen. This causes the app to request the banner image for every visible item in the show list which causes the lag.
Expected result
If the list item view were to have a fixed height or a placeholder image while the banner loads, there would not be as many list items initially visible in the list and not as many request would be made. This should reduce the lag (not to mention that the placeholder would be asthetically pleasing :) )
Steps to reproduce