suudupa / Pandemic-Tracker

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

Fix freeze on UI thread during JsonResponse AsyncTask #30

Closed suudupa closed 4 years ago

suudupa commented 4 years ago

Currently, the UI is frozen (using the .get() method on the AsyncTask) when executing JsonResponse. This causes a noticeable freeze when refreshing the data.

suudupa commented 4 years ago

Load functions now called on post execute of AsyncTask.