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

Android Programming QB

The document outlines a series of Android programming assignments focusing on creating various applications, including a life cycle demonstration, login screens, light toggling, and data handling with fragments. It also includes tasks for building a calculator, managing contact details, and implementing date and time pickers. Additional assignments involve database operations for managing company and student records, as well as sending emails.

Uploaded by

priyankadeore222
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)
4 views3 pages

Android Programming QB

The document outlines a series of Android programming assignments focusing on creating various applications, including a life cycle demonstration, login screens, light toggling, and data handling with fragments. It also includes tasks for building a calculator, managing contact details, and implementing date and time pickers. Additional assignments involve database operations for managing company and student records, as well as sending emails.

Uploaded by

priyankadeore222
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

Android Programming

10 marks question
1] Create a Simple Application Which Shows the Life Cycle of an
Activity. Check the logcat for the output while running the
application.(Ass 2 setA q1)

2] Create a simple application for Login Screen which contains


email, password and login button. On successful login, gives the
message “Login Successful” with different font color, size and
background color on next Activity. (Ass 2 setb q1)

3] Construct an app that toggles a light bulb on and off when the
user clicks on the toggle button. To create image: Goto res->
drawable. Right click and select new->Drawable resource files
Create file with .xml extension.(Ass 4 setA q4)

4] Construct image switcher using SETFactory(). (Ass 4 setB q3)

5] Create a Simple Application Which Send Hello message from


one activity to another with help of Button (Use Intent). (Ass 2
setA q2)
15 marks
1] Create Simple application to display details of selected list
item on Second Activity (use Fragmentation). (Ass 2 setA q3)

2] Create a simple calculator to perform appropriate arithmetic


operations. (Ass 3 setA q2)

3] Design a Screens Using Intents to insert customer contact


details.(Ass3 setB q1)

4] Create a custom "Contact" layout to hold multiple pieces of


information, including: Photo, Name, Contact Number, E-mail id
and display it using fragments. (Ass4 setA q1)

5] Create an application to demonstrate date and time picker.


Use datePickerDialog and timePickerDialog. (Ass4 setA q3)

6] 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 the Company Details. (Ass 5 set a1)
7] Create application to send email.(Ass 5 setA q4)

8] Create sample application with login module (Check username


and password). On successful login, pass username to next
screen And on failing login, alert user using Toast (Hint :Use
Login(username, password) Table.) (Ass 5 setBq1)

9] Create an application shown below. Create table


Student(Sid,Sname ,phno). Use autoincrement for Sid and
Perform following Operation.
a) Add Student and display its information.
b) Delete Student record. (Ass 5 setC q1)

You might also like