Android Toast Example
Andorid Toast can be used to display information for the short period of time. A toast contains message to
By CuckooRadio Editorial Team|2018-08-21T09:21:14-05:00August 21st, 2018|Android|
Andorid Toast can be used to display information for the short period of time. A toast contains message to
By CuckooRadio Editorial Team|2018-08-21T09:20:28-05:00August 21st, 2018|Android|
You are able to create custom toast in android. So, you can display some images like congratulations or loss
By CuckooRadio Editorial Team|2018-08-21T09:19:25-05:00August 21st, 2018|Android|
Android Toggle Button can be used to display checked/unchecked (On/Off) state on the button. It is beneficial if user have
By CuckooRadio Editorial Team|2018-08-21T09:16:56-05:00August 21st, 2018|Android|
Android CheckBox is a type of two state button either checked or unchecked. There can be a lot of usage
By CuckooRadio Editorial Team|2018-08-21T09:16:07-05:00August 21st, 2018|Android|
Android provides facility to customize the UI of view elements rather than default. You are able to create custom
By CuckooRadio Editorial Team|2018-08-21T09:15:14-05:00August 21st, 2018|Android|
RadioButton is a two states button which is either checked or unchecked. If a single radio button is unchecked, we
By CuckooRadio Editorial Team|2018-08-21T09:14:17-05:00August 21st, 2018|Android|
Instead of creating RadioButton through drag and drop from palette, android also facilitates you to create it programmatically (dynamically).
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