SyntaxFix
Write A Post
Hire A Developer
Questions
You can do it by calling an Activity's runOnUiThread method from your thread:
Activity
runOnUiThread
activity.runOnUiThread(new Runnable() { public void run() { Toast.makeText(activity, "Hello", Toast.LENGTH_SHORT).show(); } });