toast
import android.widget.Toast; Toast.makeText(MainActivity.this, "Release at " + str, Toast.LENGTH_LONG).show();