Android AutoCompleteTextView Example
Android AutoCompleteTextView completes the word based on the reserved words, so no need to write all the characters of the
By CuckooRadio Editorial Team|2018-08-21T09:07:59-05:00August 21st, 2018|Android|
Android AutoCompleteTextView completes the word based on the reserved words, so no need to write all the characters of the
By CuckooRadio Editorial Team|2018-08-21T09:07:04-05:00August 21st, 2018|Android|
Android ListView is a view which contains the group of items and displays in a scrollable list. ListView is implemented by
By CuckooRadio Editorial Team|2018-08-21T09:05:51-05:00August 21st, 2018|Android|
After creating simple ListView, android also provides facilities to customize our ListView. As the simple ListView, custom ListView also
By CuckooRadio Editorial Team|2018-08-21T09:04:54-05:00August 21st, 2018|Android|
Android RatingBar can be used to get the rating from the user. The Rating returns a floating-point number. It may
By CuckooRadio Editorial Team|2018-08-21T09:04:14-05:00August 21st, 2018|Android|
Android WebView is used to display web page in android. The web page can be loaded from same application or
By CuckooRadio Editorial Team|2018-08-21T09:03:09-05:00August 21st, 2018|Android|
Android SeekBar is a kind of ProgressBar with draggable thumb. The end user can drag the thum left and right
By CuckooRadio Editorial Team|2018-08-21T09:01:54-05:00August 21st, 2018|Android|
Android DatePicker is a widget to select date. It allows you to select date by day, month and year.
By CuckooRadio Editorial Team|2018-08-21T08:58:45-05:00August 21st, 2018|Android|
Android TimePicker widget is used to select date. It allows you to select time by hour and minute. You cannot
By CuckooRadio Editorial Team|2018-08-21T08:57:09-05:00August 21st, 2018|Android|
There are given a lot of android widgets with simplified examples such as Button, EditText, AutoCompleteTextView, ToggleButton, DatePicker, TimePicker, ProgressBar etc.
By CuckooRadio Editorial Team|2018-08-21T09:23:43-05:00August 18th, 2018|Android|
Android Button represents a push-button. The android.widget.Button is subclass of TextView class and CompoundButton is the subclass of Button