0% found this document useful (0 votes)
6 views1 page

Android Lab Cycle - C2

The document outlines the lab cycle for the Mobile Application Development course in the III Semester MCA program at Pooja Bhagavat Memorial Mahajana Education Centre. It includes tasks for students to design a splash activity, navigate between activities, demonstrate intents, and add UI elements in Part A, and to draw shapes, use SharedPreferences, change background colors, and perform animations in Part B. The focus is on practical application development using Android.

Uploaded by

mbs598678
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)
6 views1 page

Android Lab Cycle - C2

The document outlines the lab cycle for the Mobile Application Development course in the III Semester MCA program at Pooja Bhagavat Memorial Mahajana Education Centre. It includes tasks for students to design a splash activity, navigate between activities, demonstrate intents, and add UI elements in Part A, and to draw shapes, use SharedPreferences, change background colors, and perform animations in Part B. The focus is on practical application development using Android.

Uploaded by

mbs598678
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
You are on page 1/ 1

Pooja Bhagavat Memorial Mahajana Education Centre

Post Graduate Wing of SBRR Mahajana First Grade College


Metagalli, K.R.S. Road, Mysore – 570016

DoS in Computer Science


III Semester MCA – 2023-24

MOBILE APPLICATION DEVELOPMENT WITH ANDROID


C2 Lab Cycle
Part A

1. Design a splash activity for your android application.


2. Navigate between 3 different Activities using buttons.
3. Demonstrate Explicit and Implicit Intent.
4. Change the Text using button.
5. Demonstrate how to add user Interface elements (minimum 8 elements).

Part B
1. Draw a Red dot on a black canvas using paint in your android application.
2. Draw different types of 2D Shapes in your android application (minimum 3 Shapes).
3. Demonstrate SharedPreferences in your android application.
4. Change the Background color of the screen using resource file.
5. Perform animation on a text.

You might also like