0% found this document useful (0 votes)
59 views3 pages

Tentative Practical List MAD

The document lists programming tasks related to building Android applications using various layouts and UI elements like buttons, text fields, images, lists, progress bars etc. It also includes tasks related to services, broadcasts, sensors and location.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
59 views3 pages

Tentative Practical List MAD

The document lists programming tasks related to building Android applications using various layouts and UI elements like buttons, text fields, images, lists, progress bars etc. It also includes tasks related to services, broadcasts, sensors and location.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 3

1. Compare various operating systems with Android OS.

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.

3. Write a program to display three student name and marks.

4. Write a program to place Name, Age and mobile number linearly(Vertical) on


the display screen using Linear layout.

5. Write a program to place Name, Age and mobile number centrally on the
display screen using Absolute layout.

6. Write a program to display three students basic information in a table form


using Table layout.

7. Write a program to display all the data types in object-oriented programming


using Frame layout.

8. Write a program to accept username and password from the end user
using Text View and Edit Text.

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 (Use Relative Layout).

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.

14. Write a program to display circular progress bar.

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.

16. Write a program to display 15 buttons using grid view.

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.

a program to create button “Start Dialer”. When u click on this


19. Write
button it should open the phone dialer.

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.

23. Write a program to the image in Zoom IN/Zoom OUT animation


effect.

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.

26. Write a program to send SMS.

27. Write a program to send Email.

28. Write a program to play, pause and stop an audio.

29. Write a program to play an video.

30. Write a program to implement list view.

31. Write a program to display any two system broadcast messages.

32. Write a program to start and stop service.

33. Write a program to implement datepicker and timepicker.

34. Write a program to create two RadioButtons with radiogroup and


two radiobuttons without radiogroup
35. Write program to add marker in the location (Khamgaon-
Lattitude: 20.711622, Longitude: 76.566132.)

You might also like