Android Tutorials Show a Toast in Android Java 03/19/201803/19/2018 adminLeave a reply This will show a Toast message Toast.makeText(getApplicationContext(), "This is my Toast message!", Toast.LENGTH_LONG).show(); You can try LENGTH_SHORT< for short duration of the toast ShareClick to share on Twitter (Opens in new window)Click to share on Pinterest (Opens in new window)Click to share on Facebook (Opens in new window)Click to share on WhatsApp (Opens in new window) how to show toast android java, Show a toast android