Difference between revisions of "WatchKit App Development Essentials"

From Techotopia
Jump to: navigation, search
Line 99: Line 99:
 
#* [[WatchKit App and Parent iOS App Communication|Using the beginBackgroundTaskWithName Method]]
 
#* [[WatchKit App and Parent iOS App Communication|Using the beginBackgroundTaskWithName Method]]
 
#* [[WatchKit App and Parent iOS App Communication|Using Background Modes]]<br><br>
 
#* [[WatchKit App and Parent iOS App Communication|Using Background Modes]]<br><br>
 +
# [[A WatchKit openParentApplication Example Project]]
 +
#* [[A WatchKit openParentApplication Example Project|About the Project]]
 +
#* [[A WatchKit openParentApplication Example Project|Creating the Project]]
 +
#* [[A WatchKit openParentApplication Example Project|Enabling Audio Background Mode]]
 +
#* [[A WatchKit openParentApplication Example Project|Designing the iOS App User Interface]]
 +
#* [[A WatchKit openParentApplication Example Project|Establishing Outlets and Actions]]
 +
#* [[A WatchKit openParentApplication Example Project|Initializing Audio Playback]]
 +
#* [[A WatchKit openParentApplication Example Project|Implementing the Audio Control Methods]]
 +
#* [[A WatchKit openParentApplication Example Project|Adding the WatchKit App Target]]
 +
#* [[A WatchKit openParentApplication Example Project|Designing the WatchKit App Scene]]
 +
#* [[A WatchKit openParentApplication Example Project|Opening the Parent Application]]
 +
#* [[A WatchKit openParentApplication Example Project|Handling the WatchKit Extension Request]]
 +
#* [[A WatchKit openParentApplication Example Project|Testing the Application]]<br><br>
 
# [[Handling User Input in a WatchKit App]]
 
# [[Handling User Input in a WatchKit App]]
 
<br><br>
 
<br><br>

Revision as of 17:29, 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. Handling User Input in a WatchKit App