burhanloey / waktu-solat

Prayer times for Malaysia fetched from e-Solat Portal
BSD 2-Clause "Simplified" License
0 stars 1 forks source link

Change from using Thread to AsyncTask #9

Closed burhanloey closed 5 years ago

burhanloey commented 5 years ago

To avoid context lost during callback. When Activity is killed while AsyncTask is running, onPostExecute() will not be running, it should be safe... hopefully.