Showing posts with label AndroidView. Show all posts
Showing posts with label AndroidView. Show all posts

18 Program to demonstrate TimePicker in Android Studio

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

17 Program to create custom toast message in Android Studio

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

16 Program to display a TextView using Vertical ScrollView in Android Studio.

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

15 Program to display 15 buttons using GridView in Android Studio.

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

14 Program to implement ListView in Android Studio

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

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