13 Program to display circular progress bar in Android Studio

AndroidManifest.xml: <?xml version="1.0" encoding="utf-8"?> <manifest xmlns:android="http://schemas....
Read More

12 Program to show the following output. First two radio buttons are without using a radio group and next two radio buttons are using radio group. Note the changes between these two. Also toast which radio button has been selected.

AndroidManifest.xml: <?xml version="1.0" encoding="utf-8"?> <manifest xmlns:android="http://schemas.and...
Read More

10 Programt to demonstrate ToggleButton and ImageButton in Android Studio

AndroidManifest.xml: <?xml version="1.0" encoding="utf-8"?> <manifest xmlns:android="http://schemas.and...
Read More

9 Program to implement AutoCompleteTextView in Android Studio.

AndroidManifest.xml: <?xml version="1.0" encoding="utf-8"?> <manifest xmlns:android="http://schemas.an...
Read More

8 Program to accept username and password from the end user using TextView and EditText in Android Studio.

AndroidManifest.xml: <?xml version="1.0" encoding="utf-8"?> <manifest xmlns:android="http://schemas.a...
Read More