🧐Component İsimleri
Component olarak adlandırılan Android bileşenlerinin isimleri yer alır.
🔂 Inputlar

In the figure above:
EditText
field (subclass ofTextView
) for entering text using a keyboardSeekBar
for sliding left or right to a settingCheckBox
elements for selecting one or more optionsRadioGroup
ofRadioButton
elements for selecting one optionSwitch
for turning on or turning off an optionSpinner
drop-down menu for selecting one option
🍢 Seek Bar

⚫ Progress Bar

🔀 Navigation Bar

🕎 Navigation View

💬 Alert Dialog

Last updated
Was this helpful?