showToast
Shows a short-lived toast with text.
This combines Toast.makeText and Toast.show for the common fire-and-forget case.
Shows a short-lived toast from a string resource.
This combines string-resource lookup, Toast.makeText, and Toast.show.