Difference between revisions of "WatchOS 2 App Development Essentials"

From Techotopia
Jump to: navigation, search
Line 117: Line 117:
 
#* [[Handling User Input in a watchOS 2 WatchKit App|Testing the Application]]<br><br>
 
#* [[Handling User Input in a watchOS 2 WatchKit App|Testing the Application]]<br><br>
 
# [[An Introduction to Watch Connectivity in watchOS 2]]
 
# [[An Introduction to Watch Connectivity in watchOS 2]]
 +
#* [[An Introduction to Watch Connectivity in watchOS 2|Watch Connectivity Communication Options]]
 +
#* [[An Introduction to Watch Connectivity in watchOS 2|Application Context Mode]]
 +
#* [[An Introduction to Watch Connectivity in watchOS 2|User Information Transfer Mode]]
 +
#* [[An Introduction to Watch Connectivity in watchOS 2|File Transfer Mode]]
 +
#* [[An Introduction to Watch Connectivity in watchOS 2|Interactive Messaging Mode]]
 +
#* [[An Introduction to Watch Connectivity in watchOS 2|WatchConnectivity Session Creation]]
 +
#* [[An Introduction to Watch Connectivity in watchOS 2|Obtaining Session State Information]]
 +
#* [[An Introduction to Watch Connectivity in watchOS 2|The watchDirectoryURL Property]]
 +
#* [[An Introduction to Watch Connectivity in watchOS 2|Sending and Receiving Application Context Data]]
 +
#* [[An Introduction to Watch Connectivity in watchOS 2|Sending and Receiving User Information Data]]
 +
#* [[An Introduction to Watch Connectivity in watchOS 2|Transferring Files]]
 +
#* [[An Introduction to Watch Connectivity in watchOS 2|Sending and Receiving Interactive Messages]]
 +
#* [[An Introduction to Watch Connectivity in watchOS 2|Summary]]<br><br>
 
# [[A watchOS 2 WatchConnectivity Messaging Tutorial]]
 
# [[A watchOS 2 WatchConnectivity Messaging Tutorial]]
 
#* [[A watchOS 2 WatchConnectivity Messaging Tutorial|About the Project]]
 
#* [[A watchOS 2 WatchConnectivity Messaging Tutorial|About the Project]]

Revision as of 19:15, 24 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 Overview of WatchKit Tables in watchOS 2
  6. A watchOS 2 WatchKit Table Tutorial
  7. Implementing watchOS 2 WatchKit Table Navigation
  8. watchOS 2 Page-based User Interfaces and Modal Interface Controllers
  9. A watchOS 2 WatchKit Page-based Interface Tutorial
  10. Handling User Input in a watchOS 2 WatchKit App
  11. An Introduction to Watch Connectivity in watchOS 2
  12. A watchOS 2 WatchConnectivity Messaging Tutorial
  13. A watchOS 2 WatchKit Dynamic Layout and Animation Tutorial
  14. An Introduction to the watchOS 2 WatchKit WKInterfacePicker Object
  15. A watchOS 2 WatchKit Picker Tutorial
  16. A WatchKit WKInterfacePicker Coordinated Animation Example
  17. Playing Movies and Audio on watchOS 2 using the WKInterfaceMovie Class
  18. A watchOS 2 WatchKit Audio Recording and Playback Example
  19. A watchOS 2 Complication Tutorial


<google>BUY_WATCHOS2</google>



Table of ContentsNext
watchOS 2 Apps – An Overview