标签: android toast
我的代码:
Toast.makeText(this, "انتهای کتاب", Toast.LENGTH_SHORT).show();
结果(在eclipse模拟器上,android2.2):
http://tinypic.com/r/30xcy6o/5
答案 0 :(得分:0)
尝试使用它:
Toast.makeText(getApplicationContext(), "انتهای کتاب", Toast.LENGTH_SHORT).show();