All About Android-Designing the Input Controls for Android App-ANDROIDKAWE - Welcome to ANDROID KAWE, Ini adalah sebuah blog directory tentang burung,baik itu suara burung ataupun tips perawatan burung.Blog ini adalah situs perangkum otomatis dari pencarian google yang kali ini berjudul All About Android-Designing the Input Controls for Android App-ANDROIDKAWE.Ada ribuan artikel yang sudah terekam ke dalam situs ini,silahkan cari sesuai yang kalian kehendaki,untuk artikel selanjutnya tentang judul diatas bisa kalian baca di bawah ini.
Konten : All About Android-Designing the Input Controls for Android App-ANDROIDKAWE
Judul : All About Android-Designing the Input Controls for Android App-ANDROIDKAWE
The input controls are key components of your android application.Android provides a wide range of input controls for application user interface like button,textfield,check box,radio button,spinner control and much more.
See here the list of basic android input controls.
Anda sedang membaca artikel All About Android-Designing the Input Controls for Android App-ANDROIDKAWE dan artikel ini url permalinknya adalah https://androidkawe.blogspot.com/2012/07/all-about-android-designing-input.html Semoga artikel ini bisa bermanfaat.Sekali lagi,ini adalah situs auto yang tidak ditulis langsung oleh admin,Kami tidak menjamin akan kebenaran dari artikel yang tertulis.
Konten : All About Android-Designing the Input Controls for Android App-ANDROIDKAWE
Judul : All About Android-Designing the Input Controls for Android App-ANDROIDKAWE
All About Android-Designing the Input Controls for Android App-ANDROIDKAWE
Input Controls in Android Applications
The input controls are key components of your android application.Android provides a wide range of input controls for application user interface like button,textfield,check box,radio button,spinner control and much more.
See here the list of basic android input controls.
Control Type | Description | Related Classes |
---|---|---|
Button | A push-button that can be pressed, or clicked, by the user to perform an action. | Button |
Text field | An editable text field. You can use the AutoCompleteTextView widget to create a text entry widget that provides auto-complete suggestions | EditText ,AutoCompleteTextView |
Checkbox | An on/off switch that can be toggled by the user. You should use checkboxes when presenting users with a group of selectable options that are not mutually exclusive. | CheckBox |
Radio button | Similar to checkboxes, except that only one option can be selected in the group. | RadioGroup RadioButton |
Toggle button | An on/off button with a light indicator. | ToggleButton |
Spinner | A drop-down list that allows users to select one value from a set. | Spinner |
Pickers | A dialog for users to select a single value for a set by using up/down buttons or via a swipe gesture. Use a DatePicker widget to enter the values for the date (month, day, year) or a TimePicker widget to enter the values for a time (hour, minute, AM/PM), which will be formatted automatically for the user's locale. | DatePicker ,TimePicker |
Demikianlah Artikel All About Android-Designing the Input Controls for Android App-ANDROIDKAWE
Semoga artikel tentang All About Android-Designing the Input Controls for Android App-ANDROIDKAWE, mudah-mudahan bisa memberi manfaat untuk anda semua.
Anda sedang membaca artikel All About Android-Designing the Input Controls for Android App-ANDROIDKAWE dan artikel ini url permalinknya adalah https://androidkawe.blogspot.com/2012/07/all-about-android-designing-input.html Semoga artikel ini bisa bermanfaat.Sekali lagi,ini adalah situs auto yang tidak ditulis langsung oleh admin,Kami tidak menjamin akan kebenaran dari artikel yang tertulis.
Tag :
Input Controls