0% found this document useful (0 votes)
79 views3 pages

App Assignments

The document outlines 7 application assignment tasks: 1. A BMI calculator app 2. An app to view student details from a table 3. A news app to fetch and display articles from an API 4. A Tic Tac Toe game 5. A tourist info app with spots listed in a table and details for selected spots 6. An online application form for a job with various input fields 7. A tabbed pet adoption app to adopt, list own pets, and buy food
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)
79 views3 pages

App Assignments

The document outlines 7 application assignment tasks: 1. A BMI calculator app 2. An app to view student details from a table 3. A news app to fetch and display articles from an API 4. A Tic Tac Toe game 5. A tourist info app with spots listed in a table and details for selected spots 6. An online application form for a job with various input fields 7. A tabbed pet adoption app to adopt, list own pets, and buy food
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/ 3

Applica on Assignments:

1. BMI APP: Create an App which takes weight and Height input from the
user and displays BMI along with a health p based on BMI on the next
view controller.

2. STUDENT DETAILS APP: Create a UITableView with Students name and


USN, on click of the cell, the corresponding name should be passed and
student detail should displayed in the next View Controller.

3. NEWS APP: Create a News app by fetching data from network


service(API) and display the latest news in a UITableView and clicking on
a news item should launch corresponding webpage.
Hint: Use h ps://newsapi.org for fetching news data

4. TIC_TAC_TOE: Create an APP for playing TIC-TAC-TOE with either one


user or two user

5. TOURIST INFO: Create a Tourist-info app which gives the end-user


informa on on various tourist spots of India. This will be a mul -screen
app which has two view controllers:
A. The rst view controller will display di erent tourist spots. Each record
in a table should display (Hint: Use TableView)
• Image
• Name of the tourist spot
• Place
B. The user should be directed to the second view controller when a row is
selected. This view controller would display the following informa on
(in the order men oned below) related to the selected loca on :
• Larger image of that place
• Known For:
• Descrip on of that place
• Best me to visit

6. JOB APPLY:Create an online applica on form, which prompts the end


user to ll in some details related to the applying candidate. The screen
should be developed as shown below:
A. Date of birth of the candidate has to be captured from a Date Picker UI
B. Stream opted is a Picker UI. It should have values like
• Aerospace Engineering

fi
ti

ti
ti
fi
ti

tt

ti

ti

ff

ti

ti
ti

ti

• Mechanical Engineering
• Electronics and Communica on Engineering
• Computer Science Engineering
• Automobile Engineering
• Aeronau cal Engineering
• Automa on and Robo cs
• Mechatronics Engineering
C. The STD XII marks has to be entered through a Slider Control and the
value should get displayed in the corresponding Label in percentage
format. The label should be blank ini ally.
D. The rules for clearing the rst level of ltra on for admission are:
• If the candidate opts for any of the rst four streams, the minimum
cut-o percentage in XIIth STD is 75% . If the applicant is an NCC
candidate then the minimum cut-o percentage is 70%
• If the candidate opts for any of the last four streams, the minimum
cut-o percentage in XIIth STD is 85%. If the applicant is an NCC
candidate then the minimum cut-o percentage is 80%
E. Only when these condi ons are met, the Submit bu on gets enabled
and the candidate is allowed to submit his/her form. Otherwise in all
other condi ons, the Submit bu on is disabled
F. On successful submission, an alert view should pop-up with a message
"Your applica on for <<Stream Opted>> has been successfully
submi ed"
G. Also do not forget to apply appropriate valida on checks and also apply
code to pop up and dismiss Keypad accordingly.
7. PET ADOPTION: Create a tabbed iOS applica on for pet adop on. The app
will provide the user with the opportunity to :
• Adopt a new pet
• Put his own pet for adop on
• Buy food for their pets
This tabbed app will have 3 tabs for each speci c purpose – Adopt, Put
up for adop on and Buy pet food.
Note that:
• It should have one Tab Bar Controller
• The First View Controller will show all the pets available for adop on in a
table view format
- Each Table view cell should display the pet in picture.
- On click of a row, details of the pet and owner informa on should
come up in the form of an alert


ff
ff
tt
ti
ti

ti

ti

ti

ti

ti

ti

fi

ti

tt
fi
ff
ff
ti

fi

ti

ti
ti

tt
fi

ti

ti
ti


• The Second View Controller should allow the user to add the details of a
pet for adop on (include details as per your choice.) Whenever the
details are saved it should show up in the pets available for adop on
table. (First View Controller)
• The Third View Controller should allow the user to buy food for their
pets which is again displayed in a table view manner. (include details as
per your choice). Note that
- The table should allow mul ple selec on
- Item selected should have a "checked" indicator at the end of that
row
- On click of "Buy" bu on, details like names of items bought and the
total amount should get displayed as a pop up alert view.

ti
tt
ti

ti

ti

You might also like