Task 1. Set up the SimpleAsyncTask project

1.1 Create the layout

Task 2. Create the AsyncTask subclass

2.1 Subclass the AsyncTask

2.2 Implement doInBackground()

2.3 Implement onPostExecute()

Task 3. Implement the final steps

3.1 Implement the method that starts the AsyncTask

3.2 Implement onSaveInstanceState()