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

Mobile Technology Practical

The document lists 14 mobile technologies assignments involving Java Android programming. The assignments include developing apps to demonstrate login/registration forms with validation, showing activity lifecycles, sending messages between activities with buttons/intents, changing screen colors and text sizes in XML, checking if a number is a palindrome, building a basic calculator, using spinners and buttons to construct a GUI, image switching with setFactory(), a bank app with menus like withdraw and deposit, alert dialog boxes, list views, an app to perform CRUD operations on a customer database table, and an app with zoom controls and satellite/terrain views on a Google Map.

Uploaded by

Bharat Saranda
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
166 views1 page

Mobile Technology Practical

The document lists 14 mobile technologies assignments involving Java Android programming. The assignments include developing apps to demonstrate login/registration forms with validation, showing activity lifecycles, sending messages between activities with buttons/intents, changing screen colors and text sizes in XML, checking if a number is a palindrome, building a basic calculator, using spinners and buttons to construct a GUI, image switching with setFactory(), a bank app with menus like withdraw and deposit, alert dialog boxes, list views, an app to perform CRUD operations on a customer database table, and an app with zoom controls and satellite/terrain views on a Google Map.

Uploaded by

Bharat Saranda
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

Mobile Technologies Assignments

(Solve any 10)

1. Java Android Program to demonstrate login form with validation.

2. Java Android Program to demonstrate Registration form with validation.

3. Create a Simple Application Which Shows Life Cycle of Activity.

4. Create a Simple Application Which Send ―Hello‖ message from one


activity to another with help of Button (Use Intent).

5. Create an application that will change color of the screen and change the font
size of text view using xml.

6. Create an application that allows the user to enter a number in the textbox
named ‘getnum’. Check whether the number in the textbox ‘getnum’ is
palindrome or not. Print the message accordingly in the label control named
lbldisplay when the user clicks on the button ‘check’.

7. Create the simple calculator shown below also perform appropriate operation.

8. By using Spinner, Buttons. Write a program to draw following GUI.

9. Construct image switcher using setFactory().

10. Construct a bank app to display different menu like windrow, deposite etc.

11. Java Android Program to Demonstrate Alert Dialog Box

12. Java Android Program to Demonstrate List View Activity.

13. Create table Customer (id, name, address, phno). Create Application for
Performing the following operation on the table. (using sqlite database) i) Insert
New Customer Details. ii) Show All the Customer Details

14. i]Write a program to perform Zoom In, Zoom Out operation and

ii] display Satellite view, Terrain view of current location on Google Map.

You might also like