Bundle.Bundle map.Application.onCreate() to dispatch, that application
was just created.Application.onConfigurationChanged(Configuration)
to dispatch changed configuration.ErrorException.ErrorException(int, String) with empty message.ErrorException.ErrorException(int, String, Throwable) with null throwable cause.ErrorException.ErrorException(int, String, Throwable) with empty message.0.Locale for an Android application.Locale.ENGLISH.0.Bundle as
saved state.Toaster.showToast(Context, int, int) with Toast.LENGTH_SHORT
duration flag.Toast with the formatted text obtained from an application
resources by the specified resId.Toaster.showToast(Context, int, String, Object...), but the specified
text will be formatted by the given args during of the obtaining process
from an application resources.Toaster.showToast(Context, CharSequence, int) where the given args
will be used to format the specified textToaster.showToast(Context, CharSequence, int) with Toast.LENGTH_SHORT
duration flag.Toast with the formatted text.Toast class and its API to provide simpler usage when showing toast messages.showToast(...)
methods.