Tentative Practical List MAD
Tentative Practical List MAD
Draw Android
Architecture and List all versions of Android OS(With API Level No and
CodeName).
2. Install and configure java development kit (JDK), Android studio and android
SDK.
5. Write a program to place Name, Age and mobile number centrally on the
display screen using Absolute layout.
8. Write a program to accept username and password from the end user
using Text View and Edit Text.
12. Write a program to create a login form for student registration system
13. Write
a program to show five checkboxes and toast selected
checkboxes.
15. Write
a program to display an image using Image View and a button
named as “Change Image”. Once you click on button another image
should get displayed.
17. Write
a program to create a HelloWorld Activity using all lifecycles
methods to display messages using Log.d.
18. Write
a program to create a text field and a button “Navigate”. When
you enter “www.google.com” and press navigate button it should open
google page.
20. Writea program to create two screens. First screen will take one
number input from user. After click on Factorial button, second screen
will open and it should display factorial of the same number. Also
specify which type of intent you will use in this case.
21. Write
a program to display the list of sensors supported by the mobile
device.
22. Write a program to capture an image and display it using image view.
24. Write
a program to create the login form and display login
successful/Unsuccessful toast message.
25. Write a program to create the login form with necessary validations
like length of username and password, empty text fields, count of
unsuccessful login attempts. Display the login successful/Unsuccessful
toastmessage.