Complications
Small little icons on the bottom of the screen that goes to different apps
There are two ways to design the application
Page-based
Background app Refresh
Refreshes only the favorite apps for user
Apple determines the user’s favorite apps as being applications that are stored on the dock, or have a complication on the user’s watch face.
WatchKit Classes
The primary classes we will use are: WKInterfaceController(UIViewController) WKInterfaceObject(UIView) WKInterfaceGroup(UIScrollView) WKInterfaceTable(UITableView) WKInterfaceLabel(UILabel) WKInterfaceImage(UIImageView)