All pastes #2066986 Raw Edit

Stuff

public java v1 · immutable
#2066986 ·published 2011-05-22 15:54 UTC
rendered paste body
    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();    }