SlideShare une entreprise Scribd logo
1  sur  41
Télécharger pour lire hors ligne
iPhone Apps II 
iDrummer Development 
EungShik Kim 
Feb 21, 2009 
UANGEL Corporation 
"##$%!"&!"#'!()' !
iDrummer 
Instroduction 
"##$%!"&!"#'!()' "
iDrummer 
Features 
• Fast startup with ‘Default.png’ image file 
• Scaled transform while loading first view 
• Changing view with UIPageControl 
• Flipping view by preference setting 
• Effect images and sound by UITouch 
• Playing sound effect automatically 
• Remember user default settings 
"##$%!"&!"#'!()' *
iDrummer 
Using Components 
• UIViewController, UIView, UIImageView, ... 
• UITableView, UITableViewCell, ... 
• UIAccelerometer (not included in v1.0) 
• Control OpenAL Audio (OpenAL/al.h) 
• UISlider(Overrided), UISwitch, UILabel, ... 
• NSThread, NSUserDefaults 
"##$%!"&!"#'!()' +
iDrummer 
Development Log 
1/2 1/5 2/2 2/4 2/5 2/6 2/8 2/16 
• Making first draft (Without design) 
• Making second draft (With design) 
• Add ‘page slide’ with accelerometer 
• Add ‘Timer Thread’ and ‘8, 16, 32 beat’ 
• iDrummer alpha open 
• Changing sound to ambient audio session 
• Distribute on iTunes AppStore 
"##$%!"&!"#'!()' ,
iDrummer 
Development 
"##$%!"&!"#'!()' -
iDrummer 
Application Launching 
"##$%!"&!"#'!()' .
iDrummer 
Application Launching Mechanism 
Framework: UIKit 
UIApplicationMain() 
Other Sources/main.m 
Inherit: UIResponder: NSObject 
UIApplication 
Resources/MainWindow.xib 
Framework: UIKit 
<UIApplicationDelegate> 
Application Cotroller/iDrummerAppDelegate.h 
Class: UIApplicationDelegate 
[applicationDidFinishLaunching] 
Application Cotroller/iDrummerAppDelegate.m 
Class: UIViewController 
[RootViewController viewDidLoad] 
Application Cotroller/RootViewController.m 
AcousticDrumView 
ElectronicDrumView 
MiniDrumView 
ThumbDrumView 
"##$%!"&!"#'!()' /
iDrummer 
UIViewController 
& UIView 
"##$%!"&!"#'!()' $
iDrummer 
Create UIViewController class 
!N > Cocoa Touch Classes 
> UIViewController subclass Insert filename 
"##$%!"&!"#'!()' !#
UIViewController class 
Code Review 
"##$%!"&!"#'!()' !!
iDrummer 
Create UIView class 
!N > Cocoa Touch Classes 
> UIView subclass Insert filename 
"##$%!"&!"#'!()' !"
UIView class 
Code Review 
"##$%!"&!"#'!()' !*
iDrummer 
Create XIB file 1 
Right click on ‘Resources’ User Interfaces > View XIB 
Insert filename 
"##$%!"&!"#'!()' !+
iDrummer 
Create XIB file 2 
"##$%!"&!"#'!()' !,
iDrummer 
Create XIB file 3 
"##$%!"&!"#'!()' !-
iDrummer 
Create XIB file 4 
"##$%!"&!"#'!()' !.
Connect to RootViewController 
"##$%!"&!"#'!()' !/
iDrummer 
Class Hierarchy 
& NSUserDefaults 
"##$%!"&!"#'!()' !$
iDrummer 
NSUserDefaults - Register 
"##$%!"&!"#'!()' "#
iDrummer 
NSUserDefaults - Restore 
"##$%!"&!"#'!()' "!
iDrummer 
NSUserDefaults - Remember 
"##$%!"&!"#'!()' ""
iDrummer 
UITableViewCell 
& Override UISlider 
"##$%!"&!"#'!()' "*
iDrummer 
Create UITableViewCell class 
!N > Cocoa Touch Classes 
> UITableViewCell subclass Insert filename 
"##$%!"&!"#'!()' "+
UITableViewCell class 
Code Review 
"##$%!"&!"#'!()' ",
iDrummer 
Override UISlider 
"##$%!"&!"#'!()' "-
iDrummer 
UIAccelerometer 
"##$%!"&!"#'!()' ".
iDrummer 
UIAccelerometerDelegate Protocol 
"##$%!"&!"#'!()' "/
UIAccelerometer 
Code Review 
"##$%!"&!"#'!()' "$
iDrummer 
OpenAL Service 
"##$%!"&!"#'!()' *#
iDrummer 
Core Audio in iPhone OS 
iPhone OS Core Audio architecture 
Mac OS X Core Audio architecture 
"##$%!"&!"#'!()' *!
SoundEngine.cpp 
Code Review 
"##$%!"&!"#'!()' *"
iDrummer 
And so force... 
"##$%!"&!"#'!()' **
iDrummer 
Enabling Multiple Touch 
"##$%!"&!"#'!()' *+
iDrummer 
Fast Startup with Default.png 
320px 
480px 
"##$%!"&!"#'!()' *,
iDrummer 
Scaled transform loading first view 
"##$%!"&!"#'!()' *-
iDrummer 
Change view with UIPageControl 
"##$%!"&!"#'!()' *.
iDrummer 
Flipping view with ‘i’ button 
"##$%!"&!"#'!()' */
iDrummer 
Effect images and sound by UITouch 
"##$%!"&!"#'!()' *$
iDrummer 
Hide the status bar of iPhone 
Create ‘UIStatusBarHidden’ key and checked value 
"##$%!"&!"#'!()' +#
Thanks. 
"##$%!"&!"#'!()' +!

Contenu connexe

Similaire à How to Develop iDrummer for the 1st time

jQTouch – Mobile Web Apps with HTML, CSS and JavaScript
jQTouch – Mobile Web Apps with HTML, CSS and JavaScriptjQTouch – Mobile Web Apps with HTML, CSS and JavaScript
jQTouch – Mobile Web Apps with HTML, CSS and JavaScript
Philipp Bosch
 
Prototyping web apps with Wordpress
Prototyping web apps with WordpressPrototyping web apps with Wordpress
Prototyping web apps with Wordpress
Zeeen
 

Similaire à How to Develop iDrummer for the 1st time (20)

Building Mobile Applications with Ionic
Building Mobile Applications with IonicBuilding Mobile Applications with Ionic
Building Mobile Applications with Ionic
 
ADF Mobile - an intro for Developers
ADF Mobile - an intro for DevelopersADF Mobile - an intro for Developers
ADF Mobile - an intro for Developers
 
jQTouch – Mobile Web Apps with HTML, CSS and JavaScript
jQTouch – Mobile Web Apps with HTML, CSS and JavaScriptjQTouch – Mobile Web Apps with HTML, CSS and JavaScript
jQTouch – Mobile Web Apps with HTML, CSS and JavaScript
 
Scott Mason: Enhancing the User Interface Using Titanium Modules
Scott Mason: Enhancing the User Interface Using Titanium ModulesScott Mason: Enhancing the User Interface Using Titanium Modules
Scott Mason: Enhancing the User Interface Using Titanium Modules
 
Jozef Ve Providing Scalability for Pirates, Lizards and Zombies at #DOXLON
Jozef Ve Providing Scalability for Pirates, Lizards and Zombies at #DOXLONJozef Ve Providing Scalability for Pirates, Lizards and Zombies at #DOXLON
Jozef Ve Providing Scalability for Pirates, Lizards and Zombies at #DOXLON
 
ADF Mobile: 10 Things you don't get from the developers guide - Luc Bors
ADF Mobile: 10 Things you don't get from the developers guide - Luc BorsADF Mobile: 10 Things you don't get from the developers guide - Luc Bors
ADF Mobile: 10 Things you don't get from the developers guide - Luc Bors
 
ADF Mobile: 10 Things you don't get from the developers guide
ADF Mobile: 10 Things you don't get from the developers guideADF Mobile: 10 Things you don't get from the developers guide
ADF Mobile: 10 Things you don't get from the developers guide
 
Prototyping web apps with Wordpress
Prototyping web apps with WordpressPrototyping web apps with Wordpress
Prototyping web apps with Wordpress
 
Adventures in cross platform ConnectJS / TiConnect 2014
Adventures in cross platform ConnectJS / TiConnect 2014Adventures in cross platform ConnectJS / TiConnect 2014
Adventures in cross platform ConnectJS / TiConnect 2014
 
Mobile for the rest of us
Mobile for the rest of usMobile for the rest of us
Mobile for the rest of us
 
Mobile 2.0 Event: Mobile for the rest of us using Appcelerator Titanium
Mobile 2.0 Event: Mobile for the rest of us using Appcelerator TitaniumMobile 2.0 Event: Mobile for the rest of us using Appcelerator Titanium
Mobile 2.0 Event: Mobile for the rest of us using Appcelerator Titanium
 
Appcelerator Titanium at Mobile 2.0
Appcelerator Titanium at Mobile 2.0Appcelerator Titanium at Mobile 2.0
Appcelerator Titanium at Mobile 2.0
 
Cross-Platform Desktop Apps with Electron
Cross-Platform Desktop Apps with ElectronCross-Platform Desktop Apps with Electron
Cross-Platform Desktop Apps with Electron
 
Titanium Alloy Tutorial
Titanium Alloy TutorialTitanium Alloy Tutorial
Titanium Alloy Tutorial
 
Building Better Web Apps with Angular.js (SXSW 2014)
Building Better Web Apps with Angular.js (SXSW 2014)Building Better Web Apps with Angular.js (SXSW 2014)
Building Better Web Apps with Angular.js (SXSW 2014)
 
Green Light for the Apps with Calaba.sh - DroidCon Paris 2014
Green Light for the Apps with Calaba.sh - DroidCon Paris 2014Green Light for the Apps with Calaba.sh - DroidCon Paris 2014
Green Light for the Apps with Calaba.sh - DroidCon Paris 2014
 
Riding the Edge with Ember.js
Riding the Edge with Ember.jsRiding the Edge with Ember.js
Riding the Edge with Ember.js
 
Delphi L01 Intro
Delphi L01 IntroDelphi L01 Intro
Delphi L01 Intro
 
Electron - Google I/O Extended Cuiabá
Electron - Google I/O Extended CuiabáElectron - Google I/O Extended Cuiabá
Electron - Google I/O Extended Cuiabá
 
Intro to appcelerator
Intro to appceleratorIntro to appcelerator
Intro to appcelerator
 

Plus de EungShik (Henry) Kim

Plus de EungShik (Henry) Kim (11)

[Apple] 애플 wwdc 2015 중요사항 공유 세미나
[Apple] 애플 wwdc 2015 중요사항 공유 세미나[Apple] 애플 wwdc 2015 중요사항 공유 세미나
[Apple] 애플 wwdc 2015 중요사항 공유 세미나
 
Fuse소개
Fuse소개Fuse소개
Fuse소개
 
What is mdm
What is mdmWhat is mdm
What is mdm
 
[Osx dev] server essential lesson 10. configuring os x server to provide de...
[Osx dev] server essential   lesson 10. configuring os x server to provide de...[Osx dev] server essential   lesson 10. configuring os x server to provide de...
[Osx dev] server essential lesson 10. configuring os x server to provide de...
 
How To Distribute iPhone Apps to App Store
How To Distribute iPhone Apps to App StoreHow To Distribute iPhone Apps to App Store
How To Distribute iPhone Apps to App Store
 
OpenGL ES on iOS
OpenGL ES on iOSOpenGL ES on iOS
OpenGL ES on iOS
 
iOS 5 & Xcode 4: ARC, Stroryboards
iOS 5 & Xcode 4: ARC, StroryboardsiOS 5 & Xcode 4: ARC, Stroryboards
iOS 5 & Xcode 4: ARC, Stroryboards
 
Osx cocoa study-ch36_nstask
Osx cocoa study-ch36_nstaskOsx cocoa study-ch36_nstask
Osx cocoa study-ch36_nstask
 
2D games with iOS or Corona
2D games with iOS or Corona2D games with iOS or Corona
2D games with iOS or Corona
 
What is corona sdk (Korean)
What is corona sdk (Korean)What is corona sdk (Korean)
What is corona sdk (Korean)
 
Smart phone&tv 20101015
Smart phone&tv 20101015Smart phone&tv 20101015
Smart phone&tv 20101015
 

Dernier

%+27788225528 love spells in Toronto Psychic Readings, Attraction spells,Brin...
%+27788225528 love spells in Toronto Psychic Readings, Attraction spells,Brin...%+27788225528 love spells in Toronto Psychic Readings, Attraction spells,Brin...
%+27788225528 love spells in Toronto Psychic Readings, Attraction spells,Brin...
masabamasaba
 
%+27788225528 love spells in Boston Psychic Readings, Attraction spells,Bring...
%+27788225528 love spells in Boston Psychic Readings, Attraction spells,Bring...%+27788225528 love spells in Boston Psychic Readings, Attraction spells,Bring...
%+27788225528 love spells in Boston Psychic Readings, Attraction spells,Bring...
masabamasaba
 
%+27788225528 love spells in Huntington Beach Psychic Readings, Attraction sp...
%+27788225528 love spells in Huntington Beach Psychic Readings, Attraction sp...%+27788225528 love spells in Huntington Beach Psychic Readings, Attraction sp...
%+27788225528 love spells in Huntington Beach Psychic Readings, Attraction sp...
masabamasaba
 
Abortion Pill Prices Tembisa [(+27832195400*)] 🏥 Women's Abortion Clinic in T...
Abortion Pill Prices Tembisa [(+27832195400*)] 🏥 Women's Abortion Clinic in T...Abortion Pill Prices Tembisa [(+27832195400*)] 🏥 Women's Abortion Clinic in T...
Abortion Pill Prices Tembisa [(+27832195400*)] 🏥 Women's Abortion Clinic in T...
Medical / Health Care (+971588192166) Mifepristone and Misoprostol tablets 200mg
 
%+27788225528 love spells in Colorado Springs Psychic Readings, Attraction sp...
%+27788225528 love spells in Colorado Springs Psychic Readings, Attraction sp...%+27788225528 love spells in Colorado Springs Psychic Readings, Attraction sp...
%+27788225528 love spells in Colorado Springs Psychic Readings, Attraction sp...
masabamasaba
 

Dernier (20)

WSO2CON 2024 - WSO2's Digital Transformation Journey with Choreo: A Platforml...
WSO2CON 2024 - WSO2's Digital Transformation Journey with Choreo: A Platforml...WSO2CON 2024 - WSO2's Digital Transformation Journey with Choreo: A Platforml...
WSO2CON 2024 - WSO2's Digital Transformation Journey with Choreo: A Platforml...
 
Direct Style Effect Systems - The Print[A] Example - A Comprehension Aid
Direct Style Effect Systems -The Print[A] Example- A Comprehension AidDirect Style Effect Systems -The Print[A] Example- A Comprehension Aid
Direct Style Effect Systems - The Print[A] Example - A Comprehension Aid
 
WSO2CON 2024 - Does Open Source Still Matter?
WSO2CON 2024 - Does Open Source Still Matter?WSO2CON 2024 - Does Open Source Still Matter?
WSO2CON 2024 - Does Open Source Still Matter?
 
%in Bahrain+277-882-255-28 abortion pills for sale in Bahrain
%in Bahrain+277-882-255-28 abortion pills for sale in Bahrain%in Bahrain+277-882-255-28 abortion pills for sale in Bahrain
%in Bahrain+277-882-255-28 abortion pills for sale in Bahrain
 
Devoxx UK 2024 - Going serverless with Quarkus, GraalVM native images and AWS...
Devoxx UK 2024 - Going serverless with Quarkus, GraalVM native images and AWS...Devoxx UK 2024 - Going serverless with Quarkus, GraalVM native images and AWS...
Devoxx UK 2024 - Going serverless with Quarkus, GraalVM native images and AWS...
 
VTU technical seminar 8Th Sem on Scikit-learn
VTU technical seminar 8Th Sem on Scikit-learnVTU technical seminar 8Th Sem on Scikit-learn
VTU technical seminar 8Th Sem on Scikit-learn
 
%+27788225528 love spells in Toronto Psychic Readings, Attraction spells,Brin...
%+27788225528 love spells in Toronto Psychic Readings, Attraction spells,Brin...%+27788225528 love spells in Toronto Psychic Readings, Attraction spells,Brin...
%+27788225528 love spells in Toronto Psychic Readings, Attraction spells,Brin...
 
%+27788225528 love spells in Boston Psychic Readings, Attraction spells,Bring...
%+27788225528 love spells in Boston Psychic Readings, Attraction spells,Bring...%+27788225528 love spells in Boston Psychic Readings, Attraction spells,Bring...
%+27788225528 love spells in Boston Psychic Readings, Attraction spells,Bring...
 
%+27788225528 love spells in Huntington Beach Psychic Readings, Attraction sp...
%+27788225528 love spells in Huntington Beach Psychic Readings, Attraction sp...%+27788225528 love spells in Huntington Beach Psychic Readings, Attraction sp...
%+27788225528 love spells in Huntington Beach Psychic Readings, Attraction sp...
 
AI & Machine Learning Presentation Template
AI & Machine Learning Presentation TemplateAI & Machine Learning Presentation Template
AI & Machine Learning Presentation Template
 
%in tembisa+277-882-255-28 abortion pills for sale in tembisa
%in tembisa+277-882-255-28 abortion pills for sale in tembisa%in tembisa+277-882-255-28 abortion pills for sale in tembisa
%in tembisa+277-882-255-28 abortion pills for sale in tembisa
 
%in kaalfontein+277-882-255-28 abortion pills for sale in kaalfontein
%in kaalfontein+277-882-255-28 abortion pills for sale in kaalfontein%in kaalfontein+277-882-255-28 abortion pills for sale in kaalfontein
%in kaalfontein+277-882-255-28 abortion pills for sale in kaalfontein
 
Announcing Codolex 2.0 from GDK Software
Announcing Codolex 2.0 from GDK SoftwareAnnouncing Codolex 2.0 from GDK Software
Announcing Codolex 2.0 from GDK Software
 
What Goes Wrong with Language Definitions and How to Improve the Situation
What Goes Wrong with Language Definitions and How to Improve the SituationWhat Goes Wrong with Language Definitions and How to Improve the Situation
What Goes Wrong with Language Definitions and How to Improve the Situation
 
Abortion Pill Prices Tembisa [(+27832195400*)] 🏥 Women's Abortion Clinic in T...
Abortion Pill Prices Tembisa [(+27832195400*)] 🏥 Women's Abortion Clinic in T...Abortion Pill Prices Tembisa [(+27832195400*)] 🏥 Women's Abortion Clinic in T...
Abortion Pill Prices Tembisa [(+27832195400*)] 🏥 Women's Abortion Clinic in T...
 
WSO2Con2024 - WSO2's IAM Vision: Identity-Led Digital Transformation
WSO2Con2024 - WSO2's IAM Vision: Identity-Led Digital TransformationWSO2Con2024 - WSO2's IAM Vision: Identity-Led Digital Transformation
WSO2Con2024 - WSO2's IAM Vision: Identity-Led Digital Transformation
 
%in Rustenburg+277-882-255-28 abortion pills for sale in Rustenburg
%in Rustenburg+277-882-255-28 abortion pills for sale in Rustenburg%in Rustenburg+277-882-255-28 abortion pills for sale in Rustenburg
%in Rustenburg+277-882-255-28 abortion pills for sale in Rustenburg
 
Crypto Cloud Review - How To Earn Up To $500 Per DAY Of Bitcoin 100% On AutoP...
Crypto Cloud Review - How To Earn Up To $500 Per DAY Of Bitcoin 100% On AutoP...Crypto Cloud Review - How To Earn Up To $500 Per DAY Of Bitcoin 100% On AutoP...
Crypto Cloud Review - How To Earn Up To $500 Per DAY Of Bitcoin 100% On AutoP...
 
WSO2CON 2024 - API Management Usage at La Poste and Its Impact on Business an...
WSO2CON 2024 - API Management Usage at La Poste and Its Impact on Business an...WSO2CON 2024 - API Management Usage at La Poste and Its Impact on Business an...
WSO2CON 2024 - API Management Usage at La Poste and Its Impact on Business an...
 
%+27788225528 love spells in Colorado Springs Psychic Readings, Attraction sp...
%+27788225528 love spells in Colorado Springs Psychic Readings, Attraction sp...%+27788225528 love spells in Colorado Springs Psychic Readings, Attraction sp...
%+27788225528 love spells in Colorado Springs Psychic Readings, Attraction sp...
 

How to Develop iDrummer for the 1st time