Android Custom RadioButton
Rather than default user interface of android RadioButton, we can also implement a custom radio button. Custom RadioButton makes
By CuckooRadio Editorial Team|2018-08-21T09:12:00-05:00August 21st, 2018|Android|
Rather than default user interface of android RadioButton, we can also implement a custom radio button. Custom RadioButton makes
By CuckooRadio Editorial Team|2018-08-21T09:10:18-05:00August 21st, 2018|Android|
Android AlertDialog can be used to display the dialog message with OK and Cancel buttons. It can be used to
By CuckooRadio Editorial Team|2018-08-21T09:09:09-05:00August 21st, 2018|Android|
Android Spinner is like the combox box of AWT or Swing. It can be used to display the multiple options
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.