Android Studio – My toast message is not appearing in the app
It was visible at first, but I don't know if it's related to the emulator, but my toast message is no longer visible. Can you help me? import androidx.appcompat.app.AppCompatActivity; import android.annotation.SuppressLint; import android.content.Context; import android.content.Intent; import android.content.SharedPreferences; import android.os.Bundle; import…