Assignments PDF

3
All material in the course is Copyright © 2014 - Vishal Lamba, proprietor EDUmobile.ORG. All Rights Reserved.

description

Mobile assignment

Transcript of Assignments PDF

Page 1: Assignments PDF

All material in the course is Copyright © 2014 - Vishal Lamba, proprietor EDUmobile.ORG. All Rights Reserved.

Page 2: Assignments PDF

All material in the course is Copyright © 2014 - Vishal Lamba, proprietor EDUmobile.ORG. All Rights Reserved.

COPYRIGHT NOTICE

All course material is property of Vishal Lamba the owner of www.EDUmobile.ORG

All materials contained on this site and delivered as free or paid course material

are protected by the Indian Copyright Act 1957 and may not be reproduced,

distributed, transmitted, displayed, published or broadcast without the prior

written permission of Vishal Lamba. You may not alter or remove any trademark,

copyright or other notice from copies of the content.

However, you may download material from our website or associated storage servers

(Amazon AWS), one machine readable copy for your personal and non-commercial use

only.

Links to Web sites other than those owned by Vishal Lamba are offered as a service

to readers. Vishal Lamba was not involved in their production and is not

responsible for their content.

Page 3: Assignments PDF

Assignments4Unit

cancel the display of the keyboard during editing of a text field.button navigation item, the update query is not called. Make sure there is a way for the user to a button with appropriate text to allow the user to confirm the edit. If the user taps the back exercise by displaying a detail view containing the employee information in UITextFields. Use a sqlite3 update query in the model and expose this method to the view controller. Simplify this

4. Add the capability to edit an employee's data to your app (Assignment 3). You will need to wrap

that all three fields contain information before allowing an employee to be added. number of each employee in a table view. Allow adding and deleting of employees. Make sure

3. Add a user interface to the SQLiteDemo4 code. Display the first name, last name, and phone

placed on the view. plist. This means that the label will have to be dynamically created by the view controller and When the app is run, the label should be displayed in the position and with the text that is in the

2. Write an app that uses a plist to hold the position and text for a label to be displayed in its view.

app is terminated.events from the array. Save the event data in a plist so that the user doesn't loose events if the the description of the event pops up in a new view. Users should also be able to add and delete Display the event dates and times in a table view. When the user taps on a cell in the table view, field is the date and time the event takes place, the second field is a description of the event.

1. Write an app that models a date book. Use an NSArray of two fields to store events: the first

iPhone development