0% found this document useful (0 votes)
8 views6 pages

Android

The document outlines a series of Android programming tasks, each with specific requirements and marks assigned. Tasks range from creating simple applications that demonstrate various Android components like Activity Life Cycle, Progress Dialog, and DatePicker, to more complex applications involving database operations, notifications, and services. The tasks are designed to test a range of skills in Android development, including UI design, data handling, and user interaction.
Copyright
© © All Rights Reserved
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% found this document useful (0 votes)
8 views6 pages

Android

The document outlines a series of Android programming tasks, each with specific requirements and marks assigned. Tasks range from creating simple applications that demonstrate various Android components like Activity Life Cycle, Progress Dialog, and DatePicker, to more complex applications involving database operations, notifications, and services. The tasks are designed to test a range of skills in Android development, including UI design, data handling, and user interaction.
Copyright
© © All Rights Reserved
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/ 6

ANDROID PROGRAMS

Q1. Create a Simple Application which shows the Life Cycle of Activity. [10 Marks]
Q2. Create an Android application to demonstrate Progress Dialog Box using AsyncTask.
[20 Marks]

Q.3. Create an Android Application that demonstrate DatePicker and DatePickerDailog. [20
Marks]

Q.4. Create a Simple Application, which reads a positive number from the user and display
its factorial value in another activity. [10 Marks]

Q.5. Create an Android application that plays an audio (song) in the background. Audio will
not be stopped even if you switch to another activity. To stop the audio, you need to stop the
service. [20 Marks]
Q.6. Create an Android Application to display satellite view of current location using Google
Map. [20 Marks]
Q.7. Create an Android Application that will change color of the College Name on click of
Push Button and change the font size, font style of text view using xml. [10 Marks]
Q.8. Create an Android Application to find the factorial of a number and Display the Result
on Alert Box. [20 Marks]
Q.9. Create an Android App, it reads the Students Details (Name, Surname, Class, Gender,
Hobbies, Marks) and display the all information in another activity in table format on click of
Submit button. [20 Marks]

Q.10. Create a Simple Application, that performs Arithmetic Operations. (Use constraint
layout) [10 Marks]
Q.11. Create an Android Application that sends the Notification on click of the button and
displays the notification message on the second activity. [20 Marks]
Q.12. Create an android Application for performing the following operation on the table
Customer (id, name, address, phno). (use SQLite database)
i) Insert New Customer Details.
ii) Show All the Customer Details on Toast Message. [20 marks]
Q.13.Create an Android Application to accept two numbers and find power and Average.
Display the result on the next activity on Button click. [10 Marks]
Q.14. Create an Android application that creates a custom Alert Dialog containing Friends
Name and onClick of Friend Name Button greet accordingly. [20 Marks]
Q.15. Create an Android Application to perform Zoom In, Zoom Out operation and display
Satellite view, on Google Map. [20 Marks]
Q.16. Create a Simple Application Which Send ―Hello! message from one activity to
another with help of Button (Use Intent). [10 Marks]
Q.17. Create an Android Application that Demonstrates ListView and Onclick of List
Display the Toast. [20 Marks]
Q.18. Create an Android application to perform following operations on table Student (Sid
,Sname ,phno). Use autoincrement for Sid and Perform following Operations.
a) Add Student and display its information.
b) Delete Student
Q.19. Create an Android Application that Demonstrate Radio Button. [10 Marks]
Q.20. Create an Android application to demonstrate phone call using Implicit Intent.
[20 Marks]
Q.21. Write an android code to turn ON /OFF the Wi-Fi [20 Marks]
Q.22. Create an Android App with Login Screen. On successful login, gives message go to
next Activity (Without Using Database& use Table Layout). [10 Marks]
Q.23. Create an android application to demonstrate how to use a service to download a file
from the Internet on click of Download Button. Once done, the service notifies the activity
via a broadcast receiver that the download is complete. [20 Marks]
Q.24.Create application to send email with attachment. [20 Marks]
Q.25. Write an Android application to accept two numbers from the user, and display them,
but reject input if both numbers are greater than 10 and asks for two new numbers. [10
Marks]
Q.26. Write a program to find the specific location of an Android device and display details
of the place like Address line, city with Geocoding. [20 Marks]
Q.27. Create table Company (id, name, address, phno). Create Application for Performing the
following operation on the table.
a) Insert New Company details.
b) Show All Company details . [20 Marks]
Q.28. Create an Android Application that Demonstrate Switch and Toggle Button. [10
Marks]
Q.29. Create a fragment that has its own UI and enable your activities to communicate with
fragments. [20 Marks]
Q.30. Demonstrate Array Adapter using List View to display list of fruits.
Q.31. Create android application to change Font Size, Color and Font Family of String.[10
Marks]
Q.32.Create First Activity to accept information like Student First Name, Middle Name, Last
Name, Date of birth, Address, Email ID and display all information on Second Activity when
user click on the Submit button. [20 Marks]
Q.33. Create new contact for designing following layout. [20 Marks]

Q.34. Create a Simple Application Which Send ―Hi‖ message from one activity to another with
help of Button (Use Intent). [10 Marks]
Q.35. Create a custom "Contact" layout to hold multiple pieces of information, including: Photo,
Name, Contact Number, E-mail id. [20 Marks]
Q.36. Create an application to demonstrate date and time picker. [20 Marks]
Q.37. Create following Vertical Scroll View Creation in Android.[10 Marks]
Write a program to search a specific location on Google Map. [20 Marks]
Q.38. Write an application to accept a teacher name from user and display the names of students
along with subjects to whom they are teaching.
Q.39. Create table Student (sno , s_name,s_class,s_addr)
Teacher (tno, t_name, qualification, experience) Student-Teacher has Many to Many relationship.
[20 Marks]
Q.40. Create a Simple Application which shows Life Cycle of Activity. [10 Marks]
{Use log}.
Q.41.Create the following layout which is changing android spinner text size with styles.

Q.42. Create an Android application to send email. [20 Marks]

Q.43. Design following-add a border to an Android Layout. [10 Marks]

Q.44. Create simple application with Login Screen. On successful login, gives message go to
next Activity (Without Using Database). [20 Marks]
Q.45. Create First Activity to accept information like Employee First Name, Middle Name,
Last Name, Salary, Address, Email ID and display all information on Second Activity when
user click on Submit button. [20 Marks]

Q.47. Create an Android App, it reads the Students Details (Name, Surname, Class, Gender,
Hobbies, Marks) and display the all information in another activity in table format on click of
Submit button. [10 Marks]
Q.48. Create an Android Application that Demonstrate TimePicker and display Selected
Time on TextView. [20 Marks]
Q.49. Create a Simple calculator. [20 Marks]

Q.50. Write an android code to make phone call using Intent. [10 Marks]

Q.51. Create an android application that demonstrate Spinner. [20 Marks]

Q.52. Construct an Android Application to accept a number and calculate Factorial and Sum
of Digits of a given number using Context Menu. [20 Marks]

Q.53. Create an Android Application that Demonstrate Alert Dialog Box. [10 Marks] Q2.
Create an Android Application that produce Notification. [20 Marks]
Q.54. Create an Android Application to accept two numbers and find power and Average.
Display the result on the next activity using Context Menu. [20 Marks]

Q.55. Create an Android Application that on/off the bulb using Toggle Button. [10 Marks]
Q.56. Design Following Screens using Table Layout. Display the entered text on next
activity.

Q.57. Create application to send SMS message. After sending message display delivery
report of message. [20 Marks]
Q.58. Create Android Program to Change the Image on the Screen. [10 Marks]
Q.59. Demonstrate Options Menu, Context Menu and Popup Menu in android. [20 Marks]
Q.60. Demonstrate Array Adapter using List View to display list of Country. [20 Marks]

You might also like