Example #1
0
 /**
  * Show a short toast message to the user. This can be called from any thread.
  *
  * @param activity the activity the user is facing
  * @param text the message
  */
 public static void showShortToast(final Activity activity, final String text) {
   postShowToast(activity, text, Toast.LENGTH_SHORT);
 }