---
title: "What dialog boxes are supported in Android?"  
description: "What dialog boxes are supported in Android?"  
author: "Anonymous User"  
published: 2015-12-20  
updated: 2020-09-15  
canonical: https://www.mindstick.com/interview/22949/what-dialog-boxes-are-supported-in-android  
category: "android"  
tags: ["android"]  
reading_time: 1 minute  

---

# What dialog boxes are supported in Android?

**Android supports 4 dialog boxes:**\
**AlertDialog**: An alert dialog box supports 0 to 3 buttons and a list of selectable elements, including check boxes and radio buttons. Among the other dialog boxes, the most suggested dialog box is the alert dialog box.**ProgressDialog:** This dialog box displays a progress wheel or a progress bar. It is an extension of AlertDialog and supports adding buttons.**DatePickerDialog:** This dialog box is used for selecting a date by the user.**TimePickerDialog:** This dialog box is used for selecting time by the user.

## Answers

### Answer by Anonymous User

**Android supports 4 dialog boxes:**\
**AlertDialog**: An alert dialog box supports 0 to 3 buttons and a list of selectable elements, including check boxes and radio buttons. Among the other dialog boxes, the most suggested dialog box is the alert dialog box.**ProgressDialog:** This dialog box displays a progress wheel or a progress bar. It is an extension of AlertDialog and supports adding buttons.**DatePickerDialog:** This dialog box is used for selecting a date by the user.**TimePickerDialog:** This dialog box is used for selecting time by the user.


---

Original Source: https://www.mindstick.com/interview/22949/what-dialog-boxes-are-supported-in-android

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
