I am trying to Show Toast on Server Status
These are my Types of JSONdata from Server
JSONdata
1) { \"status\": \"200\", \"response\": {
Try it doing this way
runOnUiThread(new Runnable() { @Override public void run() { //Your Toast Here } });