Android.widget.Toast display a short balloon pop-up that will disappear after few seconds. Simple example import android.widget.Toast; // ... Toast.makeText(this, "Message", Toast.LENGTH_SHORT).show(); See also android.app.AlertDialog