Sie sind auf Seite 1von 6

iPhone X

Say hello to the future.

AXIOM
AXIOM EDUCATION AXIOM EDUCATION

Axiom Certified iPhone X Developer CONTEXT

The New Technologies from Apple, Inc.

The introduction of the Apple iPhone X with Swift 4 and the


COURSE DESCRIPTION ABOUT AXIOM latest CoreML and ARKit technologies is a revolution in the mo-
bile application and smart home industries. According to Gart-
This course, comprised of two modules, prepares students for Axiom’s Center for Ap- ner, Inc., CoreML is a brand new machine learning framework,
the iOS Developer Nanodegree, the industry credential for to- plied Technology is Paki- announced during this year’s Apple World Wide Developer
day’s technology job market. The course includes CoreML + Ar- stan’s premier institution Conference (WWDC), that is shipped along with iOS 11. With
tificial Intelligence (as a service), Augmented Reality, and SiriKit, CoreML, machine learning models can now be integrated into
for technological educa-
aggregating into a comprehensive program that prepares gradu- iPhone applications.
ates for the future of mobile development. tion and advancement
featuring the most cutting Machine Learning and Artificial Intelligence
edge technologies.
Machine learning is an application of Artificial Intelligence - giv-
Axiom is dedicated to dis- ing computers the ability to learn without being explicitly pro-
tinction in developing and grammed. A trained model is the result of combining a machine
learning algorithm with a set of training data. Google, Microsoft,
grooming leaders in the
and Amazon have all been investing heavily in Artificial Intel-
age of information tech-
ligence technologies. Recently, each has launched new enter-
nology. Our training pro- prise-scale AI-as-a-Service tools that will allow average develop-
grams are designed to ers to build smart and intelligent apps. This is the dawn of a new
produce graduates of the era in computing.
TECHNOLOGIES INCLUDED highest caliber in their
Augmented Reality (AR)
fields of study.
Mobile Technologies iPhone X Applications including: Apple’s ARKit is expected to bring a significant revolution in the
CoreML, ARKit, & SiriKit iOS app development industry. With the introduction of the iP-
OUR CORE VALUES
Programming Languages Swift 4 hone X, it is now possible to make apps more interactive by add-
• Respect
ing AR-based features with ARKit. Enterprise, B2B, and Gaming
• Equality
Serverless Technologies Firebase Cloud Functions apps on the Apple App Store look set to take around $1 of every
• Integrity $10 of mobile AR revenue. While Pokémon has largely inspired
Databases Firebase & FireStore • Dedication to Excellence copycats so far, these three sectors hold massive opportunities
• Mentorship for incumbents and startups alike to launch totally new apps by
Google Cloud AI API.AI (Bots), Cloud Natural
• Accountability taking advantage of everything mobile AR has to offer. Lastly, lo-
Language API (insights from un-
structured texts), Cloud Vision • Stewardship cation based (i.e. theme park), mobile network voice, and video
API (insight from images), and could also generate significant revenues from mobile AR.
FACILITIES PROVIDED
Cloud Video Intelligence
• Computer lab with Firebase
Amazon Rekognition (image recognition) macintosh computers
and Polly (turn text into life- Firebase is a Google Cloud Platform that has become the cloud
• Professional instructors
like speech) platform of choice for developers. Built to work on a planetary
• Professional Environ-
scale, Firebase supports billions of users and trillions of transac-
Azure Cognitive Services Face API (organize faces in an ment tions per day. Firebase allows a wide range of developers, from
(Microsoft) image), Emotion API (identify fa- • Internships & entry-lev- hobbyists to enterprises, to write and host applications on data
cial expressions), and Recom- el positions available to centers located globally and running a vast number of machines.
mendations API (personalized top students Cloud computing coupled with touch based mobile apps is set-
product recommendations) • Placement services ting the stage for the next decade of computing.
AXIOM EDUCATION AXIOM EDUCATION

Recent Statistics

In 2016, iPhone customers spent over $22 billion on the Apple App Store, providing business
opportunities and creating tremendous job growth for those who can develop apps for the iP-
hone. This course will prepare students to become software developers for the latest iOS 11 us-
ing Swift 4, an innovative and new object-oriented and functional programming language which
Apple has introduced for iPhone app development. According to App Annie’s Index Market for
Q3 of 2017, Google’s Play Store saw a number of downloads more than double that of the iOS
App Store. However, iOS is the platform with the highest profitability, with over 95% more rev-
enue generated than Android. This financial advantage with the iPhone is why most companies
develop apps for the iPhone first. The figures below illustrate that even with the increase of app
downloads in the Google Play Store, the iOS App Store still saw an increase in revenues that
exceeds the Google Play Store by nearly double the amount.

Axiom Education is pleased to announce the


two-semester Certified iPhone X Develop-
er Program. The program will consist of two
modules of course work. A single semester,
crash course is also available for those students
who want to be on the fast track. There are no
pre-requisites for this program so students with
no prior programming experience may also take
admission in this program.

Grading Policy

Please reference the following for Axiom’s Grading Policy.

GRADE PERCENTAGE GRADE PERCENTAGE


A+ 98 - 100% C 73 - 76%
A 93 - 97% C- 70 - 72%
A- 90 - 92% D+ 67 - 69%
B+ 87 - 89% D 63 - 66%
B 83 - 86% D- 60 - 62%
B- 80 - 82% F 0 - 59%
C+ 77 - 79%
AXIOM EDUCATION AXIOM EDUCATION

SYLLABUS - MODULE A: OBJECT-ORIENTED PROGRAMMING USING SWIFT 4 SYLLABUS - MODULE B: iPHONE X AND AI APP DEVELOPMENT USING ARKIT, COREML,
AND SIRIKIT
Designed for beginners, this course builds a solid foundation in Object-Oriented and Functional
Programming using Swift. Assuming no prior programming experience on the part of the partic- Designed for more advanced students, this course takes Object-Oriented and Functional Pro-
ipant, this primer class focuses on the fundamentals of composing code with Swift. gramming using Swift to the next level where students learn to build iPhone X applications using
ARKit, CoreML, and SiriKit.
Prerequisites: None
Prerequisites: Axiom Certified iPhone X Developer - Module A
PART A: Introduction
PART A: Version Control
This section provides a detailed introduction of MacOS X, iOS 11, Xcode, and Swift.
This section covers version control systems - we will use Git and Git based GitHub services.
PART B: Structured Programming
PART B: Cocoa Touch Framework
This section covers structured programming using Swift Playgrounds. It begins with variables
and ends with a discussion on arrays. You’ll learn about the syntax and structure of the language This section covers the Cocoa Touch Framework in detail.
including operators and expressions, control structures, functions, closures, tuples, and arrays.
PART C: Creating iPhone Applications using Storyboards & Core Graphics
PART C: Functional and Object Oriented Programming
In this section, students learn to build cool, crisp user interfaces using universal storyboards.
This section covers functional and object oriented programming using Swift Playgrounds. Exten- They also learn to draw to the screen using Core Graphics
sions, protocols, and generics will also be covered.
PART D: Table Views
PART D: iOS 11 Application Design
In this section, students learn to display data in Table Views.
In this section, students are introduced to iOS 11 App Design. Students learn how to convert
ideas into software by writing outlines, drawing sketches, and wireframes, making mockups, and PART E: Touch, Gestures, and Sensor Capabilities
prototypes.
In this section, students learn about tap, touch, and gesture handling. This section also covers
iPhone sensor capabilities to map your world.

PART F: Core Data

In this section, students learn to develop persistent applications using Core Data.

PART G: Cloud-Based Real-Time Applications

In this section, students learn to develop cloud based real-time mobile apps (Firebase and Fire-
Store)

PART H: Apple ARKit and CoreML

In this section, students learn to build iPhone applications using the ARKit and CoreML features.

PART I: Google AI Services

In this section, students will learn to develop smart and intelligent apps using Google AI services.
Students will learn to develop AI based mobile apps using Google Cloud AI and CoreML.
AXIOM EDUCATION AXIOM EDUCATION

COURSE INSTRUCTORS

Mr. Zia Ullah Khan (http://www.facebook.com/ziakhan) has


over fifteen years of experience in teaching computer science
subjects and over ten years of experience in the development of
business and financial software solutions. For eight consecutive
years, in 2007, 2008, 2009, 2010, 2011, 2012, 2013 and 2014,
he received the Most Valuable Professional (MVP) Award from
Microsoft USA. He has a Master’s of Science in Engineering
(MS), Master’s of Business Administration (MBA), and Master’s
of Accountancy (MAC), all three from Arizona State University.
He is also a CPA and CMA in the USA.

Mr. Zubair Ghori has over five years of software development experience, including extensive
experience of developing iPhone/iPad apps. He started software development during high
school and has been working professionally for the last three years as an iOS Developer. He has
been using Swift since it’s release in 2014. Zubair also takes a special interest in UI/UX design, a
critical requirement for any app. He has earned a Bachelor of Applied Science Degree in Com-
puter Science from the University of Karachi.

Mr. S. ShahRukh Haider has over eight years of hand-on experience in area of Embedded Sys-
tem Designing & Application, with about six years of Engineer-teaching experience. Along with
it, he also has a year of experience in iOS development and hold expertise in Apple’s latest state
of art: ARKit, SiriKit, and CoreML. By qualification he has obtained Postgraduate degree from
renowned university of Scotland in area of Electronic. Recently he has completed an online
course on “Machine Learning” and got certificate Stanford University (USA).

Mr. Nasrullah Khan has more than three years of field experience in domain of iOS develop-
ment. He has been associated with numerous iOS based projects. By qualification he is BS in
Software Engineering from renowned institute in town. Along with expertise in Swift, he has
sound knowledge on other programming language.

FEE STRUCTURE

Module A - PKR 6,000


Module B - PKR 6,000

Classes will be held on Sundays only for the part-time program and on Saturdays and Sundays
for the full-time crash course.
AXIOM

AXIOM EDUCATION
245/M/2 BLOCK 6 P.E.C.H.S.
SHAHRAH-E-FAISAL, KARACHI, PAKISTAN

http://www.axiom.enterprises
contactus@axiom.enterprises

0334-244-3342 0349-313-4484
0310-998-1555 0213-432-6535

Das könnte Ihnen auch gefallen