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

Index: Name: Enrollment No: Course: Android Application Development

The document outlines a practical assignment for an Android Application Development course, listing various application projects to be completed. Each project includes tasks such as creating a 'Hello World' application, implementing login modules, and utilizing UI components like spinners and databases. The assignments aim to enhance students' skills in Android development through hands-on experience.

Uploaded by

Sinley Patel
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)
49 views1 page

Index: Name: Enrollment No: Course: Android Application Development

The document outlines a practical assignment for an Android Application Development course, listing various application projects to be completed. Each project includes tasks such as creating a 'Hello World' application, implementing login modules, and utilizing UI components like spinners and databases. The assignments aim to enhance students' skills in Android development through hands-on experience.

Uploaded by

Sinley Patel
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

INDEX

Name: Enrollment No:


Course: Android Application Development
Sr. Page
Practical Title Date Sign
No No
Create “Hello World” application to “Hello World” in the
1 middle of the screen in the red color with white
background.
Create sample application with login module.(Check
2 username and password), validate it for login screen or
alert the user with a Toast.
Create and validate a login application using username as
3
Email ID else login button must remain disabled.
Create and Login application and open a browser with any
4
one search engine.
Create an application to display “Hello World” string the
number of times user inputs a numeric value. (Example. If
5
user enters 5, the next screen should print “Hello World”
five times.)
Create spinner with strings from the resource folder (res
6 >> value folder). On changing spinner value, change
image.
Create an application to change screen color as per the
7
user choice from a menu.
Create an application that will display toast (Message) at
8
some regular interval of time.
Create a background application that will open activity on
9
specific time.
Create an application that will have spinner with list of
10 animation names. On selecting animation name, that
animation should affect on the images displayed below.
Create an UI listing the diploma engineering branches. If
11 user selects a branch name, display the number of
semesters and subjects in each semester.
Use content providers and permissions by implementing
12 read phonebook contacts with content providers and
display in the list.
Create an application to call a phone number entered by
13
the user the Edit Text.
Create an application that will create database to store
14
username and password.
Create an application to insert, update and delete a record
15
from the database.

You might also like