Difference between revisions of "WatchKit App Development Essentials"

From Techotopia
Jump to: navigation, search
Line 112: Line 112:
 
#* [[A WatchKit openParentApplication Example Project|Handling the WatchKit Extension Request]]
 
#* [[A WatchKit openParentApplication Example Project|Handling the WatchKit Extension Request]]
 
#* [[A WatchKit openParentApplication Example Project|Testing the Application]]<br><br>
 
#* [[A WatchKit openParentApplication Example Project|Testing the Application]]<br><br>
 +
# [[Sharing Data Between a WatchKit App and the Containing iOS App]]
 +
#* [[Sharing Data Between a WatchKit App and the Containing iOS App|Sandboxes, Containers and User Defaults]]
 +
#* [[Sharing Data Between a WatchKit App and the Containing iOS App|Sharing Data Using App Groups]]
 +
#* [[Sharing Data Between a WatchKit App and the Containing iOS App|Adding an App or Extension to an App Group]]
 +
#* [[Sharing Data Between a WatchKit App and the Containing iOS App|App Group File Sharing]]
 +
#* [[Sharing Data Between a WatchKit App and the Containing iOS App|App Group User Default Sharing]]<br><br>
 +
# [[WatchKit Extension and iOS App File and Data Sharing - A Tutorial]]
 
# [[Handling User Input in a WatchKit App]]
 
# [[Handling User Input in a WatchKit App]]
 
<br><br>
 
<br><br>

Revision as of 19:19, 23 April 2015

This book is currently under development. Check back regularly for updates.

Table of Contents

  1. An Overview of WatchKit Apps
  2. Building an Example WatchKit App
  3. An Overview of the WatchKit App Architecture
  4. An Example Interactive WatchKit App using Actions and Outlets
  5. An Overview of WatchKit Tables
  6. A WatchKit Table Tutorial
  7. A WatchKit Table Navigation Tutorial
  8. WatchKit Page-based User Interfaces and Modal Interface Controllers
  9. A WatchKit Page-based Navigation Tutorial
  10. WatchKit App and Parent iOS App Communication
  11. A WatchKit openParentApplication Example Project
  12. Sharing Data Between a WatchKit App and the Containing iOS App
  13. WatchKit Extension and iOS App File and Data Sharing - A Tutorial
  14. Handling User Input in a WatchKit App