SlideShare una empresa de Scribd logo
1 de 62
iPhone Development
      PiTechnologies


                        Ahmed Yossef
                       16th July, 2011
About Me
     Ahmed Yossef
Agenda

The Amazing Apple
iPhone Market - The App Store
Your Opportunity
You Career
Kick Off iPhone Development
Apple Story
Start

1976
Steve Jobs
Same like Google and HP
Garage ... again
How ?
                         fund/
  idea      Prototype               Company
                        marketing

  1,000        1 What about Us ?
                            0          0

1,000,000     100
Stack Completed
       Devices              Software


Computers        iDev   Mac OS         iOS

 MacPRO      iPhone
                         MAC            iOS
 MacMini      iPad
                         Apps          Apps
MacBook        iPod
MacServer
Product Line

Apple I
Apple II and Apple III
MAC
So on ...
The Secrets
Rules of Success


Rule #1 : Never lose a customer                         all
                                              . ..   at
Rule #2 : Never forget rule #1
                                         easy
                                     not
                               It is
Customer Satisfaction

Performance
Stability
Reliability
Parallel Innovation - like nothing else
Customer Satisfaction

Revolutions
iPod
iPhone
iPad
iPhone Market
Apple Amazing Idea

App Store
Gather every parties in one market
Exclusive market
Exclusive but good - remember it !
The Amazing Store
How store work
   Shares per download
   Ratings and reviews
Volume of work                      Disappointed?
                                         Never
   15,000 app submissions a week
   100,000,000,000 downloads in first 90 days
Your Opportunity
Opportunity
          Job Opportunity

         Do you know C++ ?
                       80
      A Job Opportunity is here
                    19
                  :
                te/ month
              Da
          5,000$
           Please Apply :(

         Location: Newyork
Opportunities are based on




          AND
Interested ... Go on !

Opportunities in general are based on: time and place
Your opportunity is: NOW and in Egypt
   Growing market
   Rare developers
Real Opportunity

Why Egypt ?
Real opportunity after all this number of apps
Arabic content
Arabic category
Career Types
Career Categories
   Employed
   Own business
   Self-employed
                       Wrong Question
   Which is better ?
   It is about properties ... nothing
   fits all
Being an Employee

Part of the process
Guided
Fixed salary
Stable life
Running Your Own Business

Creating the process
Guiding and managing
No fixed income
    Poor like MARK - Facebook :(

Exciting life.
Starting Your Own Business

            HOW?
          A lot of money
                 OR
        Be a self employed
Being Self-Employed
                                  ITO Professional
Learn what you want
Work what you want
Work when you want
Then get paid, it is simple ...
It is not for All


Self motivation: You can't wait for an offer to be a freelancer.
Knowledge: It is hard to be a freelancer nuclear engineer.
Kick Off
Do you like Apple ?

               Yes Does not matter !No
         If you like Apple .... develop for iPhone
     If you do NOT like Apple ... develop for iPhone
If you want to be a mobile applications developer
     develop for all working mobile phones
Mobile Development ..
        why
Mobile, web and desktop development


Time of development: varies according the application itself, but in
general, mobile applications development is the fastest.
Customers: mobile users are more than web and desktop applications
users.
Job availability: it is more likely to develop mobile applications as
freelancer than web and desktop development.
Mobility is a feature.
iPhone Development ..
        why
iPhone development benefits
  Customers
     Every iPhone holder is a customer

  Ease of marketing
     Just upload to the store

     Customers are ready to try, you don’t have to convince
     them.
iPhone Development ..
        how
Development Environment
  iPhone, iPad and Mac applications development is
  restricted, only certain IDE on a certain OS works.
  In order to develop for iPhone you have to get
     Mac machine

     Developer license
     iOS SDK
     XCode
How to get a MAC

You have two options
   Buy a Mac

   Try Hackintosh for Intel
       Install native

       Use a virtual machine
Native VS Virtual

Native is faster than virtual installation in general, because
all machine resources are fully dedicated.
Virtual is more mobile and easier to distribute just export
and import
VM Overview
Virtual Machine: is a software simulated machine on your
host PC
Basic Operations:
   Create a machine

   Import a machine

   Export an existing machine

   Run a machine
VM ... How?
There are two main applications for VM
VMWare
   To create use: the “work station”, it is not free

   To run use: the “player”, it is free

VirtualBox
   By Sun, you can do it all with a free single application
Developer license
Registration is optional when you develop, but it is a must if
you want to put your apps on the store.
When you are registered you can download your development
tools for free
You register for an iPhone developer license for 99$ per year.
You are in Egypt, so you have to send a fax, you can’t register
online... even after 25Jan
iOS SDK
iOS SDK: enables you to develop iPhone applications on
XCode, as XCode is used to develop by default applications
for Mac OS
iOS SDK Contains:
   XCode

   iOS Simulator

   iOS developer documentation
XCode
XCode: is your soulmate IDE
   XCode 3 is free, XCode 4 is not

   To download or buy, you must have an iTunes account

It contains:
   iPhone simulator, for simulating your applications

   Instruments, for testing the performance of your application running on a
   physical device
Development Skills
Mobile App Dev Concepts

To develop for mobile devices you have to consider:
   Memory limitation
   Power limitation
   Processing limitation
Programming Languages

We can develop for iPhone in:
   Objective-c
   C#
   JavaScript and CSS
   .....
What is difference ?

Objective - C enables you to create native applications
Native:
   Faster
   Efficient
Makes you able to use Apple APIs
iOS Development
iOS development

It is iOS development not iPhone development
You develop and application for the iOS so every devices
runs iOS can run your application
This is called portability
What is “independent”?
       Independent


                        App


    Platform 2       Platform 1
Independent ... How?


                    App

    Platform 2   Platform 1
iOS for all iDevices

The duel interface layer that makes our apps runnable
among different HW architecture, is useless when HW does
not support certain feature
Ex: Your image capture program should work on different
devices, BUT they must have a camera
Identifying your HW

If you want to make a real full portable application for iOS
you have to check HW features first.
You can run the same app on iPhone and iPod, but don’t
expect the same result if you use iPhone’s camera while iPod
doesn’t has camera
iOS Architecture
iOS Layers
 Cocoa Touch Layer

   Media Layer

 Core Service Layer

   Core OS Layer
iOS Layers
 Cocoa Touch Layer
                       It is Objective-C layer
   Media Layer        Most used by developers

 Core Service Layer

   Core OS Layer
iOS Layers
 Cocoa Touch Layer

   Media Layer        It is Objective-C layer
                       Contains Audio and
 Core Service Layer        Video libraries
   Core OS Layer
iOS Layers
 Cocoa Touch Layer

    Media Layer

 Core Service Layer      It is C layer
                      Contains low level
   Core OS Layer         operations
iOS Layers
 Cocoa Touch Layer

   Media Layer

 Core Service Layer
                           It is C layer
   Core OS Layer      Contains the C libs for
                          the OS kernel
Layer


In general you don’t use all layers, you also don’t use all
frameworks in certain used layer.
Layer is a group of frameworks, has common purpose.
What is Framework ?

Framework: is a directory that contains a dynamic shared
library and the resources (such as header files, images,
helper applications, and so on) needed to support that
library.
Framework: helps you to write applications independent of
the hardware.
Finally, if you want to do something
             start it today
       tomorrow never comes
Thank You :)

Más contenido relacionado

La actualidad más candente

打造你的第一個iPhone APP
打造你的第一個iPhone APP打造你的第一個iPhone APP
打造你的第一個iPhone APP彼得潘 Pan
 
iTunes App Store Submission Process
iTunes App Store Submission ProcessiTunes App Store Submission Process
iTunes App Store Submission ProcessAnscamobile
 
Journey to the center of the software industry world
Journey to the center of the software industry worldJourney to the center of the software industry world
Journey to the center of the software industry worldAmr Salah
 
Programing for the iPhone
Programing for the iPhonePrograming for the iPhone
Programing for the iPhoneMike Qaissaunee
 
App Publishing for Museums - iPhone, iPad and beyond
App Publishing for Museums - iPhone, iPad and beyondApp Publishing for Museums - iPhone, iPad and beyond
App Publishing for Museums - iPhone, iPad and beyondCogapp
 
How to market your app
How to market your appHow to market your app
How to market your appOuriel Ohayon
 
Iphone programming: Objective c
Iphone programming: Objective cIphone programming: Objective c
Iphone programming: Objective cKenny Nguyen
 
Connect 2014 JMP 104 Mats Jansson and Fredrik Paulsson
Connect 2014 JMP 104 Mats Jansson and Fredrik PaulssonConnect 2014 JMP 104 Mats Jansson and Fredrik Paulsson
Connect 2014 JMP 104 Mats Jansson and Fredrik PaulssonMats Jansson
 
iPhone Development: Zero to Sixty
iPhone Development: Zero to SixtyiPhone Development: Zero to Sixty
iPhone Development: Zero to SixtyThomas Swift
 
iOS design: a case study
iOS design: a case studyiOS design: a case study
iOS design: a case studyJohan Ronsse
 
Useful Tools for Creating (& not developing) iOS/Android Apps
Useful Tools for Creating (& not developing) iOS/Android AppsUseful Tools for Creating (& not developing) iOS/Android Apps
Useful Tools for Creating (& not developing) iOS/Android Appsmomoahmedabad
 
Introduction to iPhone App Development - midVentures DESIGN+DEVELOP
Introduction to iPhone App Development - midVentures DESIGN+DEVELOPIntroduction to iPhone App Development - midVentures DESIGN+DEVELOP
Introduction to iPhone App Development - midVentures DESIGN+DEVELOPKeyLimeTie
 
iPhone Development Quick Start
iPhone Development Quick StartiPhone Development Quick Start
iPhone Development Quick Startgnocode
 
iPhone University Developer Program
iPhone University Developer ProgramiPhone University Developer Program
iPhone University Developer ProgramJussi Pohjolainen
 
iPhone transfer software
iPhone transfer softwareiPhone transfer software
iPhone transfer softwarejohnjuly123
 

La actualidad más candente (20)

iCloud
iCloudiCloud
iCloud
 
打造你的第一個iPhone APP
打造你的第一個iPhone APP打造你的第一個iPhone APP
打造你的第一個iPhone APP
 
iTunes App Store Submission Process
iTunes App Store Submission ProcessiTunes App Store Submission Process
iTunes App Store Submission Process
 
Journey to the center of the software industry world
Journey to the center of the software industry worldJourney to the center of the software industry world
Journey to the center of the software industry world
 
Programing for the iPhone
Programing for the iPhonePrograming for the iPhone
Programing for the iPhone
 
App Publishing for Museums - iPhone, iPad and beyond
App Publishing for Museums - iPhone, iPad and beyondApp Publishing for Museums - iPhone, iPad and beyond
App Publishing for Museums - iPhone, iPad and beyond
 
How to market your app
How to market your appHow to market your app
How to market your app
 
Iphone programming: Objective c
Iphone programming: Objective cIphone programming: Objective c
Iphone programming: Objective c
 
Connect 2014 JMP 104 Mats Jansson and Fredrik Paulsson
Connect 2014 JMP 104 Mats Jansson and Fredrik PaulssonConnect 2014 JMP 104 Mats Jansson and Fredrik Paulsson
Connect 2014 JMP 104 Mats Jansson and Fredrik Paulsson
 
iPhone Development: Zero to Sixty
iPhone Development: Zero to SixtyiPhone Development: Zero to Sixty
iPhone Development: Zero to Sixty
 
iOS design: a case study
iOS design: a case studyiOS design: a case study
iOS design: a case study
 
Useful Tools for Creating (& not developing) iOS/Android Apps
Useful Tools for Creating (& not developing) iOS/Android AppsUseful Tools for Creating (& not developing) iOS/Android Apps
Useful Tools for Creating (& not developing) iOS/Android Apps
 
Introduction to iPhone App Development - midVentures DESIGN+DEVELOP
Introduction to iPhone App Development - midVentures DESIGN+DEVELOPIntroduction to iPhone App Development - midVentures DESIGN+DEVELOP
Introduction to iPhone App Development - midVentures DESIGN+DEVELOP
 
iPhone Development Quick Start
iPhone Development Quick StartiPhone Development Quick Start
iPhone Development Quick Start
 
I os1
I os1I os1
I os1
 
i_os_development_environment
i_os_development_environmenti_os_development_environment
i_os_development_environment
 
iPhone University Developer Program
iPhone University Developer ProgramiPhone University Developer Program
iPhone University Developer Program
 
AppStrom
AppStromAppStrom
AppStrom
 
iOS App Development and Marketing
iOS App Development and MarketingiOS App Development and Marketing
iOS App Development and Marketing
 
iPhone transfer software
iPhone transfer softwareiPhone transfer software
iPhone transfer software
 

Similar a Developer's got talent iPhone

Presentation
PresentationPresentation
PresentationTony Vo
 
How & where to start iOS development?
How & where to start iOS development?How & where to start iOS development?
How & where to start iOS development?Kazi Mohammad Ekram
 
How to Create An iOS Application Development 9 Steps to Make It Happen
How to Create An iOS Application Development 9 Steps to Make It HappenHow to Create An iOS Application Development 9 Steps to Make It Happen
How to Create An iOS Application Development 9 Steps to Make It HappenCerebrum Infotech
 
20220728-iOSAppDev-MobileAppDev.pptx
20220728-iOSAppDev-MobileAppDev.pptx20220728-iOSAppDev-MobileAppDev.pptx
20220728-iOSAppDev-MobileAppDev.pptxSuman Garai
 
Enterprise ipad Development with notes
Enterprise ipad Development with notesEnterprise ipad Development with notes
Enterprise ipad Development with notesjaxarcsig
 
Step-by-Step Guide to Developing a Successful iOS App.pdf
Step-by-Step Guide to Developing a Successful iOS App.pdfStep-by-Step Guide to Developing a Successful iOS App.pdf
Step-by-Step Guide to Developing a Successful iOS App.pdfBytes Technolab Inc.
 
Learn How to Get Started with iOS App Development.pptx
Learn How to Get Started with iOS App Development.pptxLearn How to Get Started with iOS App Development.pptx
Learn How to Get Started with iOS App Development.pptx75waytechnologies
 
Step-by-Step Guide to Developing a Successful iOS App.docx
Step-by-Step Guide to Developing a Successful iOS App.docxStep-by-Step Guide to Developing a Successful iOS App.docx
Step-by-Step Guide to Developing a Successful iOS App.docxBytes Technolab Inc.
 
IOSAPPDevelopment 2011CS010103.pptx
IOSAPPDevelopment 2011CS010103.pptxIOSAPPDevelopment 2011CS010103.pptx
IOSAPPDevelopment 2011CS010103.pptxJiminJimin16
 
Milam j brooke project 4 tablet-mobile design
Milam j brooke project 4 tablet-mobile designMilam j brooke project 4 tablet-mobile design
Milam j brooke project 4 tablet-mobile designbmi6802
 
Road Map to iOS Development
Road Map to iOS DevelopmentRoad Map to iOS Development
Road Map to iOS DevelopmentHilal Baig
 
iOS App Development Presented by Edifyself
iOS App Development Presented by EdifyselfiOS App Development Presented by Edifyself
iOS App Development Presented by EdifyselfEdifyself
 
Keep an eye out for the Top iPhone App Development Trends for 2023.pdf
Keep an eye out for the Top iPhone App Development Trends for 2023.pdfKeep an eye out for the Top iPhone App Development Trends for 2023.pdf
Keep an eye out for the Top iPhone App Development Trends for 2023.pdfTechugo
 
GTUG Bangkok 2011 Android Ecosystem Session
GTUG Bangkok 2011 Android Ecosystem SessionGTUG Bangkok 2011 Android Ecosystem Session
GTUG Bangkok 2011 Android Ecosystem SessionSittiphol Phanvilai
 
iOS development made easy
iOS development made easyiOS development made easy
iOS development made easyAdrian Thompson
 
An introduction to mobile app development and investing
An introduction to mobile app development and investingAn introduction to mobile app development and investing
An introduction to mobile app development and investingBrandon Na
 
Life cycle of iPhone application
Life cycle of iPhone applicationLife cycle of iPhone application
Life cycle of iPhone applicationSiva Prasad K V
 

Similar a Developer's got talent iPhone (20)

Presentation
PresentationPresentation
Presentation
 
How & where to start iOS development?
How & where to start iOS development?How & where to start iOS development?
How & where to start iOS development?
 
How to Create An iOS Application Development 9 Steps to Make It Happen
How to Create An iOS Application Development 9 Steps to Make It HappenHow to Create An iOS Application Development 9 Steps to Make It Happen
How to Create An iOS Application Development 9 Steps to Make It Happen
 
20220728-iOSAppDev-MobileAppDev.pptx
20220728-iOSAppDev-MobileAppDev.pptx20220728-iOSAppDev-MobileAppDev.pptx
20220728-iOSAppDev-MobileAppDev.pptx
 
Enterprise ipad Development with notes
Enterprise ipad Development with notesEnterprise ipad Development with notes
Enterprise ipad Development with notes
 
Step-by-Step Guide to Developing a Successful iOS App.pdf
Step-by-Step Guide to Developing a Successful iOS App.pdfStep-by-Step Guide to Developing a Successful iOS App.pdf
Step-by-Step Guide to Developing a Successful iOS App.pdf
 
MSR iOS Tranining
MSR iOS TraniningMSR iOS Tranining
MSR iOS Tranining
 
Learn How to Get Started with iOS App Development.pptx
Learn How to Get Started with iOS App Development.pptxLearn How to Get Started with iOS App Development.pptx
Learn How to Get Started with iOS App Development.pptx
 
Step-by-Step Guide to Developing a Successful iOS App.docx
Step-by-Step Guide to Developing a Successful iOS App.docxStep-by-Step Guide to Developing a Successful iOS App.docx
Step-by-Step Guide to Developing a Successful iOS App.docx
 
IOSAPPDevelopment 2011CS010103.pptx
IOSAPPDevelopment 2011CS010103.pptxIOSAPPDevelopment 2011CS010103.pptx
IOSAPPDevelopment 2011CS010103.pptx
 
Milam j brooke project 4 tablet-mobile design
Milam j brooke project 4 tablet-mobile designMilam j brooke project 4 tablet-mobile design
Milam j brooke project 4 tablet-mobile design
 
Road Map to iOS Development
Road Map to iOS DevelopmentRoad Map to iOS Development
Road Map to iOS Development
 
Ios - Introduction to swift programming
Ios - Introduction to swift programmingIos - Introduction to swift programming
Ios - Introduction to swift programming
 
iOS App Development Presented by Edifyself
iOS App Development Presented by EdifyselfiOS App Development Presented by Edifyself
iOS App Development Presented by Edifyself
 
Keep an eye out for the Top iPhone App Development Trends for 2023.pdf
Keep an eye out for the Top iPhone App Development Trends for 2023.pdfKeep an eye out for the Top iPhone App Development Trends for 2023.pdf
Keep an eye out for the Top iPhone App Development Trends for 2023.pdf
 
GTUG Bangkok 2011 Android Ecosystem Session
GTUG Bangkok 2011 Android Ecosystem SessionGTUG Bangkok 2011 Android Ecosystem Session
GTUG Bangkok 2011 Android Ecosystem Session
 
iOS development made easy
iOS development made easyiOS development made easy
iOS development made easy
 
Scd2012 ppt
Scd2012 pptScd2012 ppt
Scd2012 ppt
 
An introduction to mobile app development and investing
An introduction to mobile app development and investingAn introduction to mobile app development and investing
An introduction to mobile app development and investing
 
Life cycle of iPhone application
Life cycle of iPhone applicationLife cycle of iPhone application
Life cycle of iPhone application
 

Más de PiTechnologies

Entrepreneurship in a nutshell
Entrepreneurship in a nutshellEntrepreneurship in a nutshell
Entrepreneurship in a nutshellPiTechnologies
 
Mobile apps & digital marketing for restaurants
Mobile apps & digital marketing for restaurantsMobile apps & digital marketing for restaurants
Mobile apps & digital marketing for restaurantsPiTechnologies
 
SVN session from PiTechnologies
SVN session from PiTechnologies SVN session from PiTechnologies
SVN session from PiTechnologies PiTechnologies
 
Professional employee [PiTechnologies] v1.0
Professional employee [PiTechnologies] v1.0Professional employee [PiTechnologies] v1.0
Professional employee [PiTechnologies] v1.0PiTechnologies
 
10 Things Really Amazing Employees Do
10 Things Really Amazing Employees Do10 Things Really Amazing Employees Do
10 Things Really Amazing Employees DoPiTechnologies
 
Embedded SW Interview Questions
Embedded SW Interview Questions Embedded SW Interview Questions
Embedded SW Interview Questions PiTechnologies
 
Web development meetingup
Web development meetingupWeb development meetingup
Web development meetingupPiTechnologies
 
Developer's Got Talent Keynote
Developer's Got Talent KeynoteDeveloper's Got Talent Keynote
Developer's Got Talent KeynotePiTechnologies
 
Innovation in Information Technology
Innovation in Information TechnologyInnovation in Information Technology
Innovation in Information TechnologyPiTechnologies
 
PiTechnologies in cloud computing
PiTechnologies in cloud computingPiTechnologies in cloud computing
PiTechnologies in cloud computingPiTechnologies
 
Pi technologies meeting tips
Pi technologies meeting tipsPi technologies meeting tips
Pi technologies meeting tipsPiTechnologies
 
Arm processor architecture awareness session pi technologies
Arm processor architecture awareness session pi technologiesArm processor architecture awareness session pi technologies
Arm processor architecture awareness session pi technologiesPiTechnologies
 

Más de PiTechnologies (12)

Entrepreneurship in a nutshell
Entrepreneurship in a nutshellEntrepreneurship in a nutshell
Entrepreneurship in a nutshell
 
Mobile apps & digital marketing for restaurants
Mobile apps & digital marketing for restaurantsMobile apps & digital marketing for restaurants
Mobile apps & digital marketing for restaurants
 
SVN session from PiTechnologies
SVN session from PiTechnologies SVN session from PiTechnologies
SVN session from PiTechnologies
 
Professional employee [PiTechnologies] v1.0
Professional employee [PiTechnologies] v1.0Professional employee [PiTechnologies] v1.0
Professional employee [PiTechnologies] v1.0
 
10 Things Really Amazing Employees Do
10 Things Really Amazing Employees Do10 Things Really Amazing Employees Do
10 Things Really Amazing Employees Do
 
Embedded SW Interview Questions
Embedded SW Interview Questions Embedded SW Interview Questions
Embedded SW Interview Questions
 
Web development meetingup
Web development meetingupWeb development meetingup
Web development meetingup
 
Developer's Got Talent Keynote
Developer's Got Talent KeynoteDeveloper's Got Talent Keynote
Developer's Got Talent Keynote
 
Innovation in Information Technology
Innovation in Information TechnologyInnovation in Information Technology
Innovation in Information Technology
 
PiTechnologies in cloud computing
PiTechnologies in cloud computingPiTechnologies in cloud computing
PiTechnologies in cloud computing
 
Pi technologies meeting tips
Pi technologies meeting tipsPi technologies meeting tips
Pi technologies meeting tips
 
Arm processor architecture awareness session pi technologies
Arm processor architecture awareness session pi technologiesArm processor architecture awareness session pi technologies
Arm processor architecture awareness session pi technologies
 

Último

SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxiammrhaywood
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityGeoBlogs
 
Mixin Classes in Odoo 17 How to Extend Models Using Mixin Classes
Mixin Classes in Odoo 17  How to Extend Models Using Mixin ClassesMixin Classes in Odoo 17  How to Extend Models Using Mixin Classes
Mixin Classes in Odoo 17 How to Extend Models Using Mixin ClassesCeline George
 
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in DelhiRussian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhikauryashika82
 
Introduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsIntroduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsTechSoup
 
Class 11th Physics NEET formula sheet pdf
Class 11th Physics NEET formula sheet pdfClass 11th Physics NEET formula sheet pdf
Class 11th Physics NEET formula sheet pdfAyushMahapatra5
 
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...christianmathematics
 
Unit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptxUnit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptxVishalSingh1417
 
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...EduSkills OECD
 
Grant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingGrant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingTechSoup
 
APM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAPM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAssociation for Project Management
 
Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Celine George
 
Measures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeMeasures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeThiyagu K
 
fourth grading exam for kindergarten in writing
fourth grading exam for kindergarten in writingfourth grading exam for kindergarten in writing
fourth grading exam for kindergarten in writingTeacherCyreneCayanan
 
Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactPECB
 
Gardella_PRCampaignConclusion Pitch Letter
Gardella_PRCampaignConclusion Pitch LetterGardella_PRCampaignConclusion Pitch Letter
Gardella_PRCampaignConclusion Pitch LetterMateoGardella
 
Ecological Succession. ( ECOSYSTEM, B. Pharmacy, 1st Year, Sem-II, Environmen...
Ecological Succession. ( ECOSYSTEM, B. Pharmacy, 1st Year, Sem-II, Environmen...Ecological Succession. ( ECOSYSTEM, B. Pharmacy, 1st Year, Sem-II, Environmen...
Ecological Succession. ( ECOSYSTEM, B. Pharmacy, 1st Year, Sem-II, Environmen...Shubhangi Sonawane
 

Último (20)

SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activity
 
Mehran University Newsletter Vol-X, Issue-I, 2024
Mehran University Newsletter Vol-X, Issue-I, 2024Mehran University Newsletter Vol-X, Issue-I, 2024
Mehran University Newsletter Vol-X, Issue-I, 2024
 
Mixin Classes in Odoo 17 How to Extend Models Using Mixin Classes
Mixin Classes in Odoo 17  How to Extend Models Using Mixin ClassesMixin Classes in Odoo 17  How to Extend Models Using Mixin Classes
Mixin Classes in Odoo 17 How to Extend Models Using Mixin Classes
 
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in DelhiRussian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
 
Introduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsIntroduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The Basics
 
Class 11th Physics NEET formula sheet pdf
Class 11th Physics NEET formula sheet pdfClass 11th Physics NEET formula sheet pdf
Class 11th Physics NEET formula sheet pdf
 
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
 
Unit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptxUnit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptx
 
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
 
Grant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingGrant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy Consulting
 
APM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAPM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across Sectors
 
Advance Mobile Application Development class 07
Advance Mobile Application Development class 07Advance Mobile Application Development class 07
Advance Mobile Application Development class 07
 
Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17
 
Measures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeMeasures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and Mode
 
fourth grading exam for kindergarten in writing
fourth grading exam for kindergarten in writingfourth grading exam for kindergarten in writing
fourth grading exam for kindergarten in writing
 
Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global Impact
 
Gardella_PRCampaignConclusion Pitch Letter
Gardella_PRCampaignConclusion Pitch LetterGardella_PRCampaignConclusion Pitch Letter
Gardella_PRCampaignConclusion Pitch Letter
 
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptxINDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
 
Ecological Succession. ( ECOSYSTEM, B. Pharmacy, 1st Year, Sem-II, Environmen...
Ecological Succession. ( ECOSYSTEM, B. Pharmacy, 1st Year, Sem-II, Environmen...Ecological Succession. ( ECOSYSTEM, B. Pharmacy, 1st Year, Sem-II, Environmen...
Ecological Succession. ( ECOSYSTEM, B. Pharmacy, 1st Year, Sem-II, Environmen...
 

Developer's got talent iPhone

  • 1. iPhone Development PiTechnologies Ahmed Yossef 16th July, 2011
  • 2. About Me Ahmed Yossef
  • 3. Agenda The Amazing Apple iPhone Market - The App Store Your Opportunity You Career Kick Off iPhone Development
  • 5. Start 1976 Steve Jobs Same like Google and HP Garage ... again
  • 6. How ? fund/ idea Prototype Company marketing 1,000 1 What about Us ? 0 0 1,000,000 100
  • 7. Stack Completed Devices Software Computers iDev Mac OS iOS MacPRO iPhone MAC iOS MacMini iPad Apps Apps MacBook iPod MacServer
  • 8. Product Line Apple I Apple II and Apple III MAC So on ...
  • 10. Rules of Success Rule #1 : Never lose a customer all . .. at Rule #2 : Never forget rule #1 easy not It is
  • 14. Apple Amazing Idea App Store Gather every parties in one market Exclusive market Exclusive but good - remember it !
  • 15. The Amazing Store How store work Shares per download Ratings and reviews Volume of work Disappointed? Never 15,000 app submissions a week 100,000,000,000 downloads in first 90 days
  • 17. Opportunity Job Opportunity Do you know C++ ? 80 A Job Opportunity is here 19 : te/ month Da 5,000$ Please Apply :( Location: Newyork
  • 19. Interested ... Go on ! Opportunities in general are based on: time and place Your opportunity is: NOW and in Egypt Growing market Rare developers
  • 20. Real Opportunity Why Egypt ? Real opportunity after all this number of apps Arabic content Arabic category
  • 22. Career Categories Employed Own business Self-employed Wrong Question Which is better ? It is about properties ... nothing fits all
  • 23. Being an Employee Part of the process Guided Fixed salary Stable life
  • 24. Running Your Own Business Creating the process Guiding and managing No fixed income Poor like MARK - Facebook :( Exciting life.
  • 25. Starting Your Own Business HOW? A lot of money OR Be a self employed
  • 26. Being Self-Employed ITO Professional Learn what you want Work what you want Work when you want Then get paid, it is simple ...
  • 27. It is not for All Self motivation: You can't wait for an offer to be a freelancer. Knowledge: It is hard to be a freelancer nuclear engineer.
  • 29. Do you like Apple ? Yes Does not matter !No If you like Apple .... develop for iPhone If you do NOT like Apple ... develop for iPhone If you want to be a mobile applications developer develop for all working mobile phones
  • 31. Mobile, web and desktop development Time of development: varies according the application itself, but in general, mobile applications development is the fastest. Customers: mobile users are more than web and desktop applications users. Job availability: it is more likely to develop mobile applications as freelancer than web and desktop development. Mobility is a feature.
  • 33. iPhone development benefits Customers Every iPhone holder is a customer Ease of marketing Just upload to the store Customers are ready to try, you don’t have to convince them.
  • 35. Development Environment iPhone, iPad and Mac applications development is restricted, only certain IDE on a certain OS works. In order to develop for iPhone you have to get Mac machine Developer license iOS SDK XCode
  • 36. How to get a MAC You have two options Buy a Mac Try Hackintosh for Intel Install native Use a virtual machine
  • 37. Native VS Virtual Native is faster than virtual installation in general, because all machine resources are fully dedicated. Virtual is more mobile and easier to distribute just export and import
  • 38. VM Overview Virtual Machine: is a software simulated machine on your host PC Basic Operations: Create a machine Import a machine Export an existing machine Run a machine
  • 39. VM ... How? There are two main applications for VM VMWare To create use: the “work station”, it is not free To run use: the “player”, it is free VirtualBox By Sun, you can do it all with a free single application
  • 40. Developer license Registration is optional when you develop, but it is a must if you want to put your apps on the store. When you are registered you can download your development tools for free You register for an iPhone developer license for 99$ per year. You are in Egypt, so you have to send a fax, you can’t register online... even after 25Jan
  • 41. iOS SDK iOS SDK: enables you to develop iPhone applications on XCode, as XCode is used to develop by default applications for Mac OS iOS SDK Contains: XCode iOS Simulator iOS developer documentation
  • 42. XCode XCode: is your soulmate IDE XCode 3 is free, XCode 4 is not To download or buy, you must have an iTunes account It contains: iPhone simulator, for simulating your applications Instruments, for testing the performance of your application running on a physical device
  • 44. Mobile App Dev Concepts To develop for mobile devices you have to consider: Memory limitation Power limitation Processing limitation
  • 45. Programming Languages We can develop for iPhone in: Objective-c C# JavaScript and CSS .....
  • 46. What is difference ? Objective - C enables you to create native applications Native: Faster Efficient Makes you able to use Apple APIs
  • 48. iOS development It is iOS development not iPhone development You develop and application for the iOS so every devices runs iOS can run your application This is called portability
  • 49. What is “independent”? Independent App Platform 2 Platform 1
  • 50. Independent ... How? App Platform 2 Platform 1
  • 51. iOS for all iDevices The duel interface layer that makes our apps runnable among different HW architecture, is useless when HW does not support certain feature Ex: Your image capture program should work on different devices, BUT they must have a camera
  • 52. Identifying your HW If you want to make a real full portable application for iOS you have to check HW features first. You can run the same app on iPhone and iPod, but don’t expect the same result if you use iPhone’s camera while iPod doesn’t has camera
  • 54. iOS Layers Cocoa Touch Layer Media Layer Core Service Layer Core OS Layer
  • 55. iOS Layers Cocoa Touch Layer It is Objective-C layer Media Layer Most used by developers Core Service Layer Core OS Layer
  • 56. iOS Layers Cocoa Touch Layer Media Layer It is Objective-C layer Contains Audio and Core Service Layer Video libraries Core OS Layer
  • 57. iOS Layers Cocoa Touch Layer Media Layer Core Service Layer It is C layer Contains low level Core OS Layer operations
  • 58. iOS Layers Cocoa Touch Layer Media Layer Core Service Layer It is C layer Core OS Layer Contains the C libs for the OS kernel
  • 59. Layer In general you don’t use all layers, you also don’t use all frameworks in certain used layer. Layer is a group of frameworks, has common purpose.
  • 60. What is Framework ? Framework: is a directory that contains a dynamic shared library and the resources (such as header files, images, helper applications, and so on) needed to support that library. Framework: helps you to write applications independent of the hardware.
  • 61. Finally, if you want to do something start it today tomorrow never comes