Whenever it’s needed to perform some heavy/slow task on a mobile application, it’s a good practice to perform that specific operation on the background, using a thread.
Continue reading “Updating the UI from a background thread on Android” »
Whenever it’s needed to perform some heavy/slow task on a mobile application, it’s a good practice to perform that specific operation on the background, using a thread.
Continue reading “Updating the UI from a background thread on Android” »