Android - Single Line Toast Jack Thursday, June 02, 2011 5 SINGLE LINE TOAST Toast.makeText(getBaseContext(), "YOUR TEXT HERE", Toast.LENGTH_LONG).show(); Read more »
Android Simple Toast Example Jack Tuesday, February 15, 2011 7 SIMPLE TOAST To display a simple toast, we need to makeText for that toast & then call show() to d... Read more »