WCF SDK Question: Download WCF SDK PDF

What dialog boxes that are supported in android?

Tweet Share WhatsApp

Answer:

Android supports 4 dialog boxes:

AlertDialog:
An alert dialog box supports 0 to 3 buttons and a list of select-able 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.

Download WCF SDK PDF Read All 71 WCF SDK Questions
Previous QuestionNext Question
List the advantages of Android?How you can select more than one option from list in android xml file?