Problem: Android raises an exception which reads “Can’t create handler inside thread that has not called Looper prepare in Android”, when trying to initialise an object that accepts a Listner as one of the parameters (The Listner is the “handler” referred to in the exception). This usually occurs in a Thread which is not the [...]