Revision: 45957
Updated Code
at May 12, 2011 19:11 by dzr_gregory
Updated Code
Toast.makeText(this, "This is the simpliest way to make toast!", Toast.LENGTH_LONG).show();
Revision: 45956
Updated Code
at May 11, 2011 19:30 by dzr_gregory
Updated Code
Toast.makeText(this, "This is the simpliest way to make toast!", LENGTH_LONG).show();
Revision: 45955
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
at May 11, 2011 19:29 by dzr_gregory
Initial Code
Toast.makeText(this, "This is the simpliest way to make toast!".LENGTH_LONG).show();
Initial URL
Initial Description
This is the simpliest way to make toast
Initial Title
Toast in Android
Initial Tags
java, android
Initial Language
Java