Let us learn how to write a simple Basic4android App for a quiz...


Now let us go through various Dialogs avaialable to develop an app

Dialogs

Basic4android dialogs are blocking modal dialogs. This means that the code execution stops while the dialog is shown.Some of the dialogs are shown by calling a keyword (like Msgbox). Other dialogs are included in Andrew's excellent dialogs library.

Different Dialogs

Internal Dialogs

InputList
InputMultiList
Msgbox (or Msgbox2)

Dialogs Library

ColorDialog
ColorPickerDialog
DateDialog
InputDialog

Different Views (Controls) << Previous
Next >>Example Quiz App

Our aim is to provide information to the knowledge seekers


comments powered by Disqus


Footer1