Friday, November 12, 2010

Toast 方法

想要display 這類message 好簡單  
 
 
Context context = getApplicationContext();
Toast.makeText(context, "Hello toast!", Toast.LENGTH_SHORT).show();

Labels:

0 Comments:

Post a Comment

Subscribe to Post Comments [Atom]

<< Home