Threads Handlers and AsyncTask

preview_player
Показать описание
This video shows how large computation should not be performed on the main UI thread. Through a simple example it demonstrates how we can make use of a background thread and handler to offload computation to the background. Another approach using an AsyncTask is also demonstrated.
Рекомендации по теме