MOBILE APPLICATION DEVELOPMENT
(Effective from the academic year 2018 -2019)
SEMESTER – VI
Course Code : 18CSMP68
To download LAB MANUAL Click Here
Laboratory Objectives: This laboratory (18CSMP68) will enable students to -
-
Learn and acquire the art of Android Programming.
-
ConfigureAndroid studio to run the applications.
-
Understand and implement Android’s User interface functions.
-
Create, modify and query on SQlite database.
-
Inspect different methods of sharing data using services.
Learning Resources -
- Official Kotlin Reference
- To download latest Android Studio, click here.
- Click here to watch installation video.
- To enroll in Android Developer Fundamentals Course, click here.
- For Android documentation, click here.
- Material.io [Basics] [Components for Android]
List of Programs -
Create an application to design a Visiting Card. The Visiting card should havea companylogoatthe top right corner. The company name should be displayed in Capital letters, aligned to the center. Information like the name of the employee, job title, phone number, address, email, fax and the website address isto be displayed. Insert a horizontal line between the job title and the phone number.
Develop an Android application using controls like Button, TextView, EditText for designing a calculator having basic functionality like Addition, Subtraction, Multiplication,and Division.
Create a SIGN Up activity with Username and Password. Validation of password should happen based on the following rules:
Password should contain uppercase and lowercase letters.
Password should contain letters and numbers.
Password should contain special characters.
Minimum length of the password (the default value is 8).
On successful SIGN UP proceed to the next Login activity.
Here the user should SIGN IN using the Username and Password created during signup activity. If the Username and Password are matched then navigate to the next activity whichdisplays a message saying “Successful Login” or else display a toast message saying “Login Failed”.The user is given only two attempts and after that display a toast message saying “Failed Login Attempts” and disable the SIGN IN button.Use Bundle to transfer information from one activity to another.
Develop an application to set an image as wallpaper. On click of a button, the wallpaper image should start to change randomly every 30 seconds.
Write a program to create an activity with two buttons START and STOP. On pressing of the START button, the activity must start the counter by displaying the numbers from One and the counter must keep on counting until the STOP button is pressed. Display the counter value in a TextViewcontrol.
Create two files of XML and JSON type with values for City_Name, Latitude, Longitude, Temperature, and Humidity. Develop an application to create an activity with two buttons to parse the XML and JSON files which when clicked should display the data in their respective layouts side by side.
Develop a simple application with one EditText so that the user can write some text in it. Create a button called “Convert Text to Speech” that converts the user input text into voice.
Create an activity like a phone dialer with CALL and SAVE buttons. On pressing the CALL button, it must call the phone number and on pressing the SAVE button it must save the number to the phone contacts
Support or Contact
Having trouble with Pages? contact support and we’ll help you sort it out. And Please Don’t Forget to Fork/star the repository. Thank You! keep up the good work.