7
Certified iPhone Apps Developer VS-1049

Iphone Apps Developer Certification

  • Upload
    vskills

  • View
    120

  • Download
    8

Embed Size (px)

DESCRIPTION

Vskills certification for iPhone Apps Developer assesses the candidate for developing applications for iPhone smartphones. The certification tests the candidates on various areas in developing applications for iPhone smart phone which includes knowledge of iPhone framework, screen layout, UI design, packaging and publishing. http://www.vskills.in/certification/Certified-iPhone-Apps-Developer

Citation preview

Page 1: Iphone Apps Developer Certification

Certified iPhone Apps

Developer

VS-1049

Page 2: Iphone Apps Developer Certification

Certified iPhone Apps Developer

www.vskills.in

Certified Certified Certified Certified iPhone iPhone iPhone iPhone Apps Developer Apps Developer Apps Developer Apps Developer

Certification CodeCertification CodeCertification CodeCertification Code VS-1049

Vskills certification for iPhone Apps Developer assesses the candidate for developing

applications for iPhone smartphones. The certification tests the candidates on various areas

in developing applications for iPhone smart phone which includes knowledge of iPhone

framework, screen layout, UI design, packaging and publishing.

Knowledge of Knowledge of Knowledge of Knowledge of ObjectiveObjectiveObjectiveObjective----C and MacintoshC and MacintoshC and MacintoshC and Macintosh is pre is pre is pre is pre----requisite for certification.requisite for certification.requisite for certification.requisite for certification.

Why should one take Why should one take Why should one take Why should one take this certification?this certification?this certification?this certification?

This Course is intended for professionals and graduates wanting to excel in their chosen

areas. It is also well suited for those who are already working and would like to take

certification for further career progression.

Earning Vskills iPhone Apps Developer Certification can help candidate differentiate in

today's competitive job market, broaden their employment opportunities by displaying

their advanced skills, and result in higher earning potential.

Who will benefit from taking thiWho will benefit from taking thiWho will benefit from taking thiWho will benefit from taking this certification?s certification?s certification?s certification?

Job seekers looking to find employment in various IT companies or freelance, students

generally wanting to improve their skill set and make their CV stronger and existing

employees looking for a better role can prove their employers the value of their skills

through this certification

Test DetailsTest DetailsTest DetailsTest Details

• Duration:Duration:Duration:Duration: 60 minutes

• No. of questions:No. of questions:No. of questions:No. of questions: 50

• Maximum marks:Maximum marks:Maximum marks:Maximum marks: 50, Passing marks: 25 (50%)

There is no negative marking in this module.

Fee StructureFee StructureFee StructureFee Structure

Rs. 4,000/- (Includes all taxes)

Page 3: Iphone Apps Developer Certification

Certified iPhone Apps Developer

www.vskills.in

Companies that hiCompanies that hiCompanies that hiCompanies that hirererere Vskills Vskills Vskills Vskills Certified Certified Certified Certified iPhone iPhone iPhone iPhone Apps DeveloperApps DeveloperApps DeveloperApps Developer

Vskills Certified iPhone Apps Developer finds employment in big or small iPhone based

mobile software development companies. There is a shortage of skilled professionals in

this field and companies are in a constant look out of people well acquainted with the work

culture and the processes involved. Candidate can also start on own by developing

applications for the iPhone app store by Apple.

Page 4: Iphone Apps Developer Certification

Certified iPhone Apps Developer

www.vskills.in

Table of Contents

1.1.1.1. IntroductionIntroductionIntroductionIntroduction 1.1 iPhone platform and evolution 1.2 SDK framework and elements 1.3 IDE and simulator 2.2.2.2. Single view ApplicationSingle view ApplicationSingle view ApplicationSingle view Application 2.1 Outlet and action declaration and definition 2.2 View controller and connection with outlet and action 3.3.3.3. User InterfaceUser InterfaceUser InterfaceUser Interface 3.1 View Libraries 3.2 View Hierarchy and switching 4.4.4.4. InputsInputsInputsInputs 4.1 Keyboard Inputs 4.2 Screen orientation and rotations 5.5.5.5. Multi view ApplicationMulti view ApplicationMulti view ApplicationMulti view Application 5.1 Windows based application 5.2 Tab Bar application 5.3 Utility application 6.6.6.6. Data ViewData ViewData ViewData View 6.1 Table view 6.2 Application preferences 6.3 SQLite 3, file storage and data persistence 7.7.7.7. Miscellaneous Miscellaneous Miscellaneous Miscellaneous 7.1 Multi touch 7.2 Animations and Transitions 7.3 Location Based Service 7.4 Camera, SMS and Shake API

Page 5: Iphone Apps Developer Certification

Certified iPhone Apps Developer

www.vskills.in

Course OutlineCourse OutlineCourse OutlineCourse Outline

IntroductionIntroductionIntroductionIntroduction � Explaining the history and evolution of iPhone platform and App store � Describing the various elements and framework of the SDK � Details on IDE and simulator for iPhone apps development Single view ApplicationSingle view ApplicationSingle view ApplicationSingle view Application � Illustrating the underlying workings of outlet and action in iPhone SDK � Explaining the view controller and steps for connecting them with outlet and action User InterfaceUser InterfaceUser InterfaceUser Interface � Explaining different view libraries to display images, alerts, buttons and web content � Describing the tree structure of view hierarchy in iPhone SDK � Illustrating the steps for switching between different view using the SDK InputsInputsInputsInputs � Utilizing keyboard inputs using the SDK � Explaining the different screen orientation, events and their response by views Multi view ApplicationMulti view ApplicationMulti view ApplicationMulti view Application � Describing windows based view and navigation applications in iPhone SDK � Illustrating development of tab bar application for iPhone SDK � Explaining creation of utility application using the SDK Data ViewData ViewData ViewData View � Developing table view by using the iPhone SDK � Illustrating techniques to store, access and reset application preferences � Explaining the usage of SQLite 3, file storage and data persistence in iPhone Miscellaneous Miscellaneous Miscellaneous Miscellaneous � Illustrating and implementing multi touch in iPhone � Steps to implement animations and transitions using the SDK � Describing the process of accessing and using location based service � Accessing and using the camera, SMS and Shake API

Page 6: Iphone Apps Developer Certification

Certified iPhone Apps Developer

www.vskills.in

SSSSample Questionsample Questionsample Questionsample Questions

1. 1. 1. 1. XcodeXcodeXcodeXcode is is is is a/a/a/a/an an an an ____________.____________.____________.____________.

A. Compiler

B. IDE

C. Interpreter

D. None of the above

2222. . . . BBBBonjour is an component of onjour is an component of onjour is an component of onjour is an component of ____________.____________.____________.____________.

A. Media

B. Core OS

C. Core Services

D. None of the above

3333. . . . “.xib” extension files define “.xib” extension files define “.xib” extension files define “.xib” extension files define ____________.____________.____________.____________.

A. superclass method

B. init method

C. UI

D. None of the above

4444. . . . In utility applications, every “.xib” filIn utility applications, every “.xib” filIn utility applications, every “.xib” filIn utility applications, every “.xib” fileeee is represented by is represented by is represented by is represented by ____________.____________.____________.____________.

A. View and view controller

B. View and Icon

C. View and Image

D. None of the above

5555. . . . In table view, insertion oIn table view, insertion oIn table view, insertion oIn table view, insertion of a cell in a particular location is done byf a cell in a particular location is done byf a cell in a particular location is done byf a cell in a particular location is done by ___________.___________.___________.___________.

A. tableView:cellForRowAtIndexPath: event

B. tableView:cellForCellAtIndexPath: event

C. tableView:cellForInsertAtIndexPath: event

D. None of the above

Answers: 1 (B), 2 (B), 3 (C), 4 (A), 5 (A)

Page 7: Iphone Apps Developer Certification