SyntaxFix
Write A Post
Hire A Developer
Questions
runOnUiThread(new Runnable(){ public void run() { Toast.makeText(getApplicationContext(), "Status = " + message.getBody() , Toast.LENGTH_LONG).show(); } });
this works for me