1. Use the code mode as follow instead of the past mode in java :
Toast.makeText(this, "This is a toast",Toast.LENGTH_SHORT).show()
2. The key point is :
use the ( .this ) to replace the former ( MainActivity.this ).
3. The other usages like using in Java.