MAD Practical Questions
1.List all the steps to install android operating system
Write a program to display student name and marks.
2.Write a program to place Name, Age and mobile number
linearly (Vertical) on the display screen using linear layout.
3.Write a program to place Name, Age and mobile number
centrally on the display screen using Absolute layout.
4.Write a program to display 10 students basic information in a
table form using Table layout.
5.Write a program to display all the data types in object-
oriented programming using Frame layout.
6.Write a program to accept username and password from the
end user using Text View and Edit Text.
7.Write a program to accept and display personal information of
the student.
8.Write a program to create a first display screen of any search
engine using Auto Complete Text View.
9.Write a program to display all the subjects of sixth semester
using Auto Complete Text View.
10.Write a program to create a toggle button to display ON /
OFF Bluetooth on the display screen.
11.Write a program to create a simple calculator.
12.Write a program to create a login form for a social
networking site.
13.Write a program to create a login form for student
registration system
14.Write a program to show five checkboxes and toast selected
checkboxes.
15.Write a program to show the following output.
First two radio buttons are without using 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.
16.Write a program to display circular progress bar.
17.Write a program to show the following output.
18. Write a program to display an image View and a button
named as “ Change Image”. Once you click on button another
image shoud get displayed
19.Write a program to display 15 buttons using grid view.
20.Write a program to display a text view vertical scroll view
21.Write a program to show the following output. Use
appropriate view for the same.
22.Write a program to display following toast message
23.Write a program to display three checkboxes and one button named
“Order “as shown below. Once you click on button it should toast
different selected checkboxes along with items individual and total
price ?
24.Write a program to display following output. Use TimePicker
with Spinnermode.
25.Write a program to display following output. Select and
display date and time on click of “select date”, “select time”
buttons respectively.