Listing 25.17 - Handler() - Depreciated

Calling Handler() with an implicit looper argument has been depreciated. The following change should be used.

        val responseHandler = Handler (Looper.getMainLooper())