suudupa / Pandemic-Tracker

Android Application for Tracking COVID-19 Worldwide
2 stars 0 forks source link

Fix lag when articles are loading #67

Open suudupa opened 4 years ago

suudupa commented 4 years ago

There are too many operations running on the main thread. Either move loadArticles() to a separate thread or don't load all articles at once (i.e. as and when the user scrolls down).