Android Practical Assignment

You might also like

Download as pdf or txt
Download as pdf or txt
You are on page 1of 1

Android Practical Assignment

1. Design an android application to create page Android Activity Lifecycle Example.


2. Create a screen that has input boxes for User Name, Password, Address,
Gender(radio buttons for male and female), Age (numeric), Date of Birth (Date
Picket), State (Spinner) and a Submit button. On clicking the submit button, print all
the data below the Submit Button (use any layout).
3. Design an android application to create page using Intent and one Button and pass
the Values from one Activity to second Activity.
4. Develop a program to a) Send SMS b)Receive SMS.
5. Develop a program to create phone call application using intent
6. Develop a program to build Calculator.
7. Develop a program for providing Bluetooth connectivity.
8. Develop a program to implement Grid View, Image View and Scroll View.
9. Develop a program to implement Date and Time Picker.
10. Develop a program to Create Notification.
11. Develop a program to implement Progress Bar.
12. Create a user registration application that stores the user details in a database
table.

You might also like