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

Assi 1

The document provides a list of 11 experiments for a mobile computing and wireless communication class, including developing "Hello World" and temperature conversion apps, creating an app with login functionality, developing a contact directory app with a database, and packaging apps into installable APK files. Students will learn to set up an Android development environment, use activities and menus to navigate between screens, store and retrieve data from a database, and deploy apps to an Android phone.

Uploaded by

manthan
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)
92 views1 page

Assi 1

The document provides a list of 11 experiments for a mobile computing and wireless communication class, including developing "Hello World" and temperature conversion apps, creating an app with login functionality, developing a contact directory app with a database, and packaging apps into installable APK files. Students will learn to set up an Android development environment, use activities and menus to navigate between screens, store and retrieve data from a database, and deploy apps to an Android phone.

Uploaded by

manthan
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

Government Engineering College, Modasa

CE/IT Department
List of Experiments
Subject: - Mobile Computing and Wireless Communication (2170710)

Class:-7th CE/IT

1. To Study about Android Architecture.


2. Configure Android. Application Development Environment.
3. Create "Hello World" application that will display "Hello World" in the middle of the screen in the red
Color with white background.
4. Create an application that will change color of the screen and change the font size of text view.
5. Create sample application with login module. (Check username and password) If username and password
are valid, it displays Welcome message using new activity.
6. Create an Application for temperature convertor.
7. Create simple calculator.
8. Develop an android app which displays a form to get following information from user.

i. Username
ii. Password
iii. Email Address
iv. Phone Number
v. Country
vi. State
vii. State
viii. Gender
ix. Interests
x. Birth Date
Form should be followed by a Button with label "Submit". When user clicks the button, a message should be
displayed to user describing the information entered.
Use suitable UI controls (i.e. widgets). [When user enters country in AutoCompleteTextView, list of states
should be displayed in Spinner automatically.]
9. Creating an Application with Multiple Activities and a Simple Menu of five cities. When user select
city it will display city information in new activity.
10. Write Android program to maintain contact directory (name, mobile and email address). Store these
details in database. Also provide interface for search/add and delete the contact.
11. Create .apk files for programs 9,10 and 11. Copy and install it in Android phone and see the output.

You might also like