My code:
Toast.makeText(this, "انتهای کتاب", Toast.LENGTH_SHORT).show();
Result (on eclipse emulator, android2.2):
Try to use this:
Toast.makeText(getApplicationContext(), "انتهای کتاب", Toast.LENGTH_SHORT).show();