Stuff
public java v1 · immutable public void popUp(View v, String msg) { //int duration = Toast.LENGTH_LONG; String show = (String) (msg == null ? getString(R.string.my_popup) : msg); Toast toast = Toast.makeText(this, show, Toast.LENGTH_LONG); toast.show(); }