Before this I used a DialogBuilder to create AlertDialog like this
DialogBuilder
AlertDialog
AlertDialog.Builder builder = new AlertDialog.Builder(context); ...
android.support.v7.app.AppCompatDialog is direct parent class of android.support.v7.app.AlertDialog, wherever you can use android.support.v7.app.AlertDialog, you can use android.support.v7.app.AppCompatDialog.
android.support.v7.app.AppCompatDialog
android.support.v7.app.AlertDialog