I get this error \"Can\'t create handler inside thread that has not called Looper.prepare()\"
Can you tell me how to fix it?
public class PaymentAc
Instead of new Thread() line, try giving
new Thread()
this.runOnUiThread(new Runnable() {