SlideShare a Scribd company logo
1 of 11
B2 (Building Builder) 
Sean McDonald
Goals 
 Receive a catalog of buildings to choose from via a 
web service that returns JSON. 
 Allow users to select a building and modify the 
dimensions of the building and its openings. 
 Enable swipe gestures for rotating sides. 
 Enable users to submit a customized building to the 
web service and receive a notification that their order 
has been processed.
iPhone
Launch Screen 
Select from a catalog of available 
buildings.
Edit Building
Live Demo 
 Select a building 
 Edit building dimensions 
 Edit openings 
 Redraw the building
Openings 
Selecting a opening from the picker 
to modify, you can edit values in 
place
Placing Your Order 
 Submitting your selection 
to the Web Service 
returns JSON with your 
order details
Push Notification 
Using the built in functionality to set 
a notification to your device.
Live Demo 
 Place an order to the Web Service 
 Receive confirmation on screen 
 Receive push notification to phone
Questions?

More Related Content

Similar to iOS Sprint 1

Mobilizing your Visualforce Application with jQuery Mobile and Knockout.js
Mobilizing your Visualforce Application with jQuery Mobile and Knockout.jsMobilizing your Visualforce Application with jQuery Mobile and Knockout.js
Mobilizing your Visualforce Application with jQuery Mobile and Knockout.jsKeir Bowden
 
Xamarin.Forms - Building Cross Platform Mobile Apps
Xamarin.Forms - Building Cross Platform Mobile AppsXamarin.Forms - Building Cross Platform Mobile Apps
Xamarin.Forms - Building Cross Platform Mobile AppsWinWire Technologies Inc
 
Google中国admob战略合作总监赵旭昱_网易科技五道口沙龙
Google中国admob战略合作总监赵旭昱_网易科技五道口沙龙Google中国admob战略合作总监赵旭昱_网易科技五道口沙龙
Google中国admob战略合作总监赵旭昱_网易科技五道口沙龙网易科技
 
Iphone Apps Developer Certification
Iphone Apps Developer CertificationIphone Apps Developer Certification
Iphone Apps Developer CertificationVskills
 
Building a multi touch enabled windows 7 point of sale system
Building a multi touch enabled windows 7 point of sale systemBuilding a multi touch enabled windows 7 point of sale system
Building a multi touch enabled windows 7 point of sale systemChris Eargle
 
Best Practices - Hybrid App Implementation V 03
Best Practices - Hybrid App Implementation V 03Best Practices - Hybrid App Implementation V 03
Best Practices - Hybrid App Implementation V 03Kam Rezvani
 
XPages Mobile Advanced Topics
XPages Mobile Advanced TopicsXPages Mobile Advanced Topics
XPages Mobile Advanced Topicsmohammed shafi
 

Similar to iOS Sprint 1 (8)

Mobilizing your Visualforce Application with jQuery Mobile and Knockout.js
Mobilizing your Visualforce Application with jQuery Mobile and Knockout.jsMobilizing your Visualforce Application with jQuery Mobile and Knockout.js
Mobilizing your Visualforce Application with jQuery Mobile and Knockout.js
 
Xamarin.Forms - Building Cross Platform Mobile Apps
Xamarin.Forms - Building Cross Platform Mobile AppsXamarin.Forms - Building Cross Platform Mobile Apps
Xamarin.Forms - Building Cross Platform Mobile Apps
 
Google中国admob战略合作总监赵旭昱_网易科技五道口沙龙
Google中国admob战略合作总监赵旭昱_网易科技五道口沙龙Google中国admob战略合作总监赵旭昱_网易科技五道口沙龙
Google中国admob战略合作总监赵旭昱_网易科技五道口沙龙
 
Iphone Apps Developer Certification
Iphone Apps Developer CertificationIphone Apps Developer Certification
Iphone Apps Developer Certification
 
Building a multi touch enabled windows 7 point of sale system
Building a multi touch enabled windows 7 point of sale systemBuilding a multi touch enabled windows 7 point of sale system
Building a multi touch enabled windows 7 point of sale system
 
Investec
InvestecInvestec
Investec
 
Best Practices - Hybrid App Implementation V 03
Best Practices - Hybrid App Implementation V 03Best Practices - Hybrid App Implementation V 03
Best Practices - Hybrid App Implementation V 03
 
XPages Mobile Advanced Topics
XPages Mobile Advanced TopicsXPages Mobile Advanced Topics
XPages Mobile Advanced Topics
 

iOS Sprint 1

  • 1. B2 (Building Builder) Sean McDonald
  • 2. Goals  Receive a catalog of buildings to choose from via a web service that returns JSON.  Allow users to select a building and modify the dimensions of the building and its openings.  Enable swipe gestures for rotating sides.  Enable users to submit a customized building to the web service and receive a notification that their order has been processed.
  • 4. Launch Screen Select from a catalog of available buildings.
  • 6. Live Demo  Select a building  Edit building dimensions  Edit openings  Redraw the building
  • 7. Openings Selecting a opening from the picker to modify, you can edit values in place
  • 8. Placing Your Order  Submitting your selection to the Web Service returns JSON with your order details
  • 9. Push Notification Using the built in functionality to set a notification to your device.
  • 10. Live Demo  Place an order to the Web Service  Receive confirmation on screen  Receive push notification to phone