package com.example.test; import androidx.appcompat.app.AlertDialog; import androidx.appcompat.app.AppCompatActivity; import android.content.DialogInterface; import ...
private AlertDialog.Builder buildAlertDialog(Context context,View view, String title, String message, String positiveBtn, String negativeBtn, boolean isCancelable){ AlertDialog.Builder builder = new ...