Sl.No | Part-A Lab Programs | Link |
---|---|---|
1. | Create an application to design a Visiting Card. The Visiting card should have a company logo at the 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 is to be displayed. Insert a horizontal line between the job title and the phone number. | Click here |
2. | Develop an Android application using controls like Button, TextView, EditText for designing a calculator having basic functionality like Addition, Subtraction, Multiplication, and Division. | Click here |
3. | Create a SIGN UP activity with Username and Password. Validation of password should happen based on the following rules:
|
Click here |
4. | 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. | Click here |
5. | Write a program to create an activity with two buttons START and STOP. On pressing 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 TextView. | Click here |
6. | 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. | Click here |
7. | 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. | Click here |
8. | 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. | Click here |
- The main branch is maintained for only VTU external lab examination.
- The update branch is maintained for adding/updating extra features.