Government Polytechnic Porbandar: Laboratory Manual

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

GOVERNMENT POLYTECHNIC

PORBANDAR

Affiliated

To

Gujarat Technological University, Ahmedabad

Laboratory Manual
D. E. Third Year (Semester– VI)

MOBILE COMPUTING AND APPLICATION DEVELOPMENT


(3360704)

Government Polytechnic
Opp. Airport, National Highway
Porbandar – 360578
GOVERNMENT POLYTECHNIC
PORBANDAR

Enrollment No :__________________________

Name :__________________________

Subject :__________________________

Branch :__________________________

Batch :__________________________
GOVERNMENT POLYTECHNIC
PORBANDAR

Computer Engineering Department

Certificate
This is to certify that
Mr./Ms________________________ Enrolment No:______________
Of 6th Semester Diploma course in Computer Engineering has
satisfactorily completed his/her term work in Mobile Computing and
Application Development (3360704) from ________________ to
_____________ in Government Polytechnic, Porbandar.

Date of Submission: ______________________

Staff in charge Head of Department

______________________ ___________________
GOVERNMENT POLYTECHNIC, PORBANDAR

INDEX
Sr. Page PA
Practical Date Sign
No. No. LP LA
Installation and setup of java development kit(JDK),setup
1 android SDK,setup eclipse IDE,setup android development
tools (ADT) plugins,create android virtual device
Create “Hello World” application. That will display “Hello
2 World” in the middle of the screen using TextView Widget
in the red color
Create application for demonstration of android activity
3
life cycle
Create Registration page to demonstration of Basic widgets
4 available
in android.
Create sample application with login module.(Check
username and password) On successful login, Chnage
5
TextView “Login Sucessful”. And on failing login, alert
user using Toast “Login fail”
Create login application where you will have to
6 validate usename and passwords Till the username and
password is not validated , login button should remain
disabled.
Create and Login application as above. Validate login data
7
and display Error to user using setError() method.
Create an application for demonstration of Relative and
8
Table Layout in android.
Create an application for demonstration of Scroll view in
9
android
Create an application for demonstration of Explicitly
10
Starting New Activity using Intent.
Create an application that will pass two number using
11 TextView to the next screen , and on the next screen
display sum of that number.
Create spinner with strings taken from resource folder(res
12 >> value folder). On changing spinner value, change
background of screen.
Create an application that will get the Text Entered in Edit
13
Text and display that Text using toast (Message).
Create an application that will Demonstrate Button
14 onClick() Event and change the TextView Color based on
button Clicked
Create an UI such that, one screen have list of all the types
15 of cars. On selecting of any car name, next screen should
show Car details like: name, launched date, company name
Create an application that will Demonstrate Dialog Box
16
Control In Android

You might also like