Skip to main content

Table 1 Common UI controls in Android

From: F3l: an automated and secure function-level low-overhead labeled encrypted traffic dataset construction method for IM in Android

Name

Function

TextView

Display a text message

EditText

Allow users to input and edit content

Button

Display a button

ImageView

Display an image

ProgressBar

Display a progress bar

ProgressDialog

Pop up a dialog box and block other UI controls

AlertDialog

Pop up a dialog box and block other UI controls

...

...