Difference between revisions of "WatchOS 2 App Development Essentials"
From Techotopia
Line 22: | Line 22: | ||
#* [[watchOS 2 Apps – An Overview|WatchKit App Entry Points]]<br><br> | #* [[watchOS 2 Apps – An Overview|WatchKit App Entry Points]]<br><br> | ||
# [[Building an Example watchOS 2 WatchKit App]] | # [[Building an Example watchOS 2 WatchKit App]] | ||
+ | #* [[Building an Example watchOS 2 WatchKit App|Creating the WatchKit App Project]] | ||
+ | #* [[Building an Example watchOS 2 WatchKit App|Designing the iOS App User Interface]] | ||
+ | #* [[Building an Example watchOS 2 WatchKit App|Designing the WatchKit App Storyboard]] | ||
+ | #* [[Building an Example watchOS 2 WatchKit App|Running the WatchKit App]] | ||
+ | #* [[Building an Example watchOS 2 WatchKit App|Running the App on a Physical Apple Watch Device]] | ||
+ | #* [[Building an Example watchOS 2 WatchKit App|Setting the Scene Title and Key Color]] | ||
+ | #* [[Building an Example watchOS 2 WatchKit App|Adding App Icons to the Project]] | ||
+ | #* [[Building an Example watchOS 2 WatchKit App|Summary]]<br><br> | ||
# [[An Overview of the watchOS 2 App Architecture]] | # [[An Overview of the watchOS 2 App Architecture]] | ||
# [[An Introduction to Watch Connectivity in watchOS 2]] | # [[An Introduction to Watch Connectivity in watchOS 2]] |
Revision as of 19:07, 23 September 2015
Table of Contents | Next | |
watchOS 2 Apps – An Overview |
<google>BUY_WATCHOS2</google>
Table of Contents
- watchOS 2 Apps – An Overview
- Building an Example watchOS 2 WatchKit App
- An Overview of the watchOS 2 App Architecture
- An Introduction to Watch Connectivity in watchOS 2
- A watchOS 2 WatchConnectivity Messaging Tutorial
- About the Project
- Creating the Project
- Enabling Audio Background Mode
- Designing the iOS App User Interface
- Establishing Outlets and Actions
- Initializing Audio Playback
- Implementing the Audio Control Methods
- Initializing the iOS App Watch Connectivity Session
- Designing the WatchKit App Scene
- Initializing the WatchKit App Connectivity Session
- Sending the Message to the iOS app
- Handling the Message in the iOS app
- Testing the Application
- A watchOS 2 WatchKit Dynamic Layout and Animation Tutorial
- An Introduction to the watchOS 2 WatchKit WKInterfacePicker Object
- An Overview of the WKInterfacePicker Object
- Adding a Picker Object to a Storyboard Scene
- Understanding Picker Object Attributes
- Understanding Picker Object Styles
- Creating Picker Item Objects
- Setting the Currently Selected Item
- Coordinating Animations
- Requesting Focus for the Picker Object
- Enabling and Disabling a Picker Object
- Responding to Picker Changes
- A watchOS 2 WatchKit Picker Tutorial
- A WatchKit WKInterfacePicker Coordinated Animation Example
- About the Coordinate Image Picker Project
- Generating Radial Animations
- Creating the Example Project
- Designing the WatchKit App user Interface
- Adding the Picker Image Sequences to the Project
- Adding the Group Background Image Sequences to the Project
- Implementing the Picker Animation Sequence
- Configuring the Group Background Animation
- Testing the App
- Playing Movies and Audio on watchOS 2 using the WKInterfaceMovie Class
- A watchOS 2 WatchKit Audio Recording and Playback Example
- The Audio Recording Controller
- Launching the Audio Recording Controller
- Using App Groups to Share Media File Access
- The Audio Recording and Playback Tutorial
- Designing the Main Storyboard Scene
- Creating and Joining the App Group
- Constructing the Save File URL
- Implementing the Recording Code
- Implementing the Playback Code
- Testing the WatchKit App
- A watchOS 2 Complication Tutorial
- About the Complication Project
- Creating the Complication Project
- Configuring the Supported Complication Families
- Adding the Data and Image to the Data Source
- Implementing the Placeholder Delegate Method
- Configuring Travel Directions
- Adding a Timeline Entry Creation Method
- Specifying the Timeline Start and End Dates
- Providing the Current Timeline Entry
- Providing the Remaining Timeline Entries
- Adding the Complication to a Clock Face
- Testing the Complication
<google>BUY_WATCHOS2</google>
Table of Contents | Next | |
watchOS 2 Apps – An Overview |