Difference between revisions of "WatchOS 2 App Development Essentials"

From Techotopia
Jump to: navigation, search
Line 39: Line 39:
 
#* [[An Overview of the watchOS 2 App Architecture|The Lifecycle of an Interface Controller]]
 
#* [[An Overview of the watchOS 2 App Architecture|The Lifecycle of an Interface Controller]]
 
#* [[An Overview of the watchOS 2 App Architecture|WatchKit Extension Guidelines]]<br><br>
 
#* [[An Overview of the watchOS 2 App Architecture|WatchKit Extension Guidelines]]<br><br>
 +
# [[An Example Interactive watchOS 2 App]]
 +
#* [[An Example Interactive watchOS 2 App|About the Example App]]
 +
#* [[An Example Interactive watchOS 2 App|Creating the TipCalcApp Project]]
 +
#* [[An Example Interactive watchOS 2 App|Adding the WatchKit App Target]]
 +
#* [[An Example Interactive watchOS 2 App|Designing the WatchKit App User Interface]]
 +
#* [[An Example Interactive watchOS 2 App|Reviewing the Interface Controller Class]]
 +
#* [[An Example Interactive watchOS 2 App|Establishing Outlet Connections]]
 +
#* [[An Example Interactive watchOS 2 App|Establishing Action Connections]]
 +
#* [[An Example Interactive watchOS 2 App|Implementing the sliderChange Action Method]]
 +
#* [[An Example Interactive watchOS 2 App|Implementing the calculateTip Action Method]]
 +
#* [[An Example Interactive watchOS 2 App|Hiding the Tip Label]]
 +
#* [[An Example Interactive watchOS 2 App|Removing the WatchKit App]]<br><br>
 
# [[An Introduction to Watch Connectivity in watchOS 2]]
 
# [[An Introduction to Watch Connectivity in watchOS 2]]
 
# [[A watchOS 2 WatchConnectivity Messaging Tutorial]]
 
# [[A watchOS 2 WatchConnectivity Messaging Tutorial]]

Revision as of 21:00, 23 September 2015

Table of ContentsNext
watchOS 2 Apps – An Overview


<google>BUY_WATCHOS2</google>


Table of Contents

  1. watchOS 2 Apps – An Overview
  2. Building an Example watchOS 2 WatchKit App
  3. An Overview of the watchOS 2 App Architecture
  4. An Example Interactive watchOS 2 App
  5. An Introduction to Watch Connectivity in watchOS 2
  6. A watchOS 2 WatchConnectivity Messaging Tutorial
  7. A watchOS 2 WatchKit Dynamic Layout and Animation Tutorial
  8. An Introduction to the watchOS 2 WatchKit WKInterfacePicker Object
  9. A watchOS 2 WatchKit Picker Tutorial
  10. A WatchKit WKInterfacePicker Coordinated Animation Example
  11. Playing Movies and Audio on watchOS 2 using the WKInterfaceMovie Class
  12. A watchOS 2 WatchKit Audio Recording and Playback Example
  13. A watchOS 2 Complication Tutorial


<google>BUY_WATCHOS2</google>



Table of ContentsNext
watchOS 2 Apps – An Overview