Mobile Application Development Experiments MAD (22617)
1. Compare various operating systems with Android OS.
2. Install and configure java development kit (JDK), android studio and android SDK.
3. Configure android development tools (ADT) plug-in and create android virtual device
4. Develop a program to display Hello World on screen.
5. Develop a program to implement linear layout and absolute layout.
6. Develop a program to implement frame layout, table layout and relative layout.
7. Develop a program to implement Text View and Edit Text.
8. Develop a program to implement Auto Complete Text View.
9. Develop a program to implement Button, Image Button and Toggle Button.
10. Develop a program to implement login window using above UI controls.
11. Develop a program to implement Checkbox.
12. Develop a program to implement Radio Button and Radio Group.
13. Develop a program to implement Progress Bar.
14. Develop a program to implement List View, Grid View, Image View and Scroll View.
15. Develop a program to implement Custom Toast Alert.
16. Develop a program to implement Date and Time Picker.
17. Develop a program to create an activity.
18. Develop a program to implement new activity using explicit intent and implicit intent.
19. Develop a program to implement content provider.
20. Develop a program to implement service.
21. Develop a program to implement broadcast receiver.
22. Develop a program to implement sensors.
23. Develop a program to build Camera.
24. Develop a program for providing Bluetooth connectivity.
25. Develop a program for animation.
26. Perform Async task using SQLite.
27. Create sample application with login module. (Checkusername and password) On successful login, Change TextView “Login Successful”.
And on login fail, alert user using Toast “Login fail”.
28. Create login application where you will have to validate
username and password till the username and password is not validated, login
button should remain disabled.
29. Develop a program to a) Send SMS b)Receive SMS
30. Develop a program to send and receive e-mail.
31. Deploy map based application. Part I
32. Deploy map based application. Part II
Comments
Post a Comment