Can’t create handler inside thread that has not called Looper.prepare()
What does the following exception mean; how can I fix it? This is the code: Toast toast = Toast.makeText(mContext, “Something”, Toast.LENGTH_SHORT); This is … Read more
What does the following exception mean; how can I fix it? This is the code: Toast toast = Toast.makeText(mContext, “Something”, Toast.LENGTH_SHORT); This is … Read more