The document lists practical Android programming tasks, including implementing various layouts, UI controls, and functionalities such as login windows, checkboxes, radio buttons, and progress bars. It also covers creating activities, using intents, broadcast receivers, sensors, camera integration, Bluetooth connectivity, and handling SMS and email. Additionally, it includes a task for deploying a map-based application.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
16 views1 page
list of prcticals
The document lists practical Android programming tasks, including implementing various layouts, UI controls, and functionalities such as login windows, checkboxes, radio buttons, and progress bars. It also covers creating activities, using intents, broadcast receivers, sensors, camera integration, Bluetooth connectivity, and handling SMS and email. Additionally, it includes a task for deploying a map-based application.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1
Sr.
N List of Practical Android
o 1 Develop a program to implement linear layout and absolute layout. 2 Development a program to implement frame layout, table layout and relative layout. 3 Develop a program to implement Text View and Edit Text. 4 Develop a program to implement Button, Image Button and Toggle Button.
5 Develop a program to implement login window using above UI controls.
6 Develop a program to implement Checkbox.
7 Develop a program to implement Radio Button and Radio Group. 8 Develop a program to implement Progress Bar. 9 Develop a program to implement List View, Grid View, Image View and Scroll View. 10 Develop a program to implement Custom Toast Alert. 11 Develop a program to implement Date and Time Picker
12 Develop a program to create an activity
13 Develop a program to implement new activity using explicit intent and implicit intent. 14 Develop a program to implement broadcast receiver. 15 Develop a program to implement sensors. 16 Develop a program to build camera. 17 Develop a program for providing Bluetooth connectivity. 18 Perform an Async task using SQLite. 19 Develop a program to: a) Send SMS b)Receive SMS 20 Develop a program to send and receive e-mail. 21 Deploy a map based application. Part-I