{"id":3408,"url":"https://github.com/sanketfirodiya/sample-watchkit-apps","last_synced_at":"2025-08-03T14:31:17.056Z","repository":{"id":29221712,"uuid":"32753399","full_name":"sanketfirodiya/sample-watchkit-apps","owner":"sanketfirodiya","description":"Awesome list of WatchKit sample apps, tutorials and resources","archived":false,"fork":false,"pushed_at":"2015-08-16T01:05:29.000Z","size":2073,"stargazers_count":244,"open_issues_count":0,"forks_count":40,"subscribers_count":18,"default_branch":"master","last_synced_at":"2024-04-24T20:08:18.146Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"hojberg/cssarrowplease","license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sanketfirodiya.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-03-23T19:15:52.000Z","updated_at":"2023-09-29T10:47:34.000Z","dependencies_parsed_at":"2022-09-15T12:50:20.378Z","dependency_job_id":null,"html_url":"https://github.com/sanketfirodiya/sample-watchkit-apps","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sanketfirodiya%2Fsample-watchkit-apps","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sanketfirodiya%2Fsample-watchkit-apps/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sanketfirodiya%2Fsample-watchkit-apps/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sanketfirodiya%2Fsample-watchkit-apps/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sanketfirodiya","download_url":"https://codeload.github.com/sanketfirodiya/sample-watchkit-apps/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":215476805,"owners_count":15884773,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-01-05T20:16:40.696Z","updated_at":"2024-08-15T11:30:32.554Z","avatar_url":"https://github.com/sanketfirodiya.png","language":null,"funding_links":[],"categories":["Other Awesome Lists","Unofficial","Sample Apps","WebSocket","非官方","Awesome Lists"],"sub_categories":["Medium","Blog","Other free courses","Twitter","\u003ca name=\"prototyping\"\u003e\u003c/a\u003e原型","Prototyping"],"readme":"# Awesome WatchKit sample apps \u0026 tutorials\nA curated list of the best, in-depth WatchKit tutorials that explain key concepts and provide sample code.\n\nFeel free to contribute - [pull requests](https://github.com/sanketfirodiya/sample-watchkit-apps/pulls)\n\n1. [Calculator](http://www.noodlewerk.com/blog/calculator-apple-watch-tutorial/) \n---\nTutorial for building an awesome calculator from scratch (Swift).\n\u003cbr/\u003e\u003cbr/\u003e\n![Calculator](https://github.com/sanketfirodiya/sample-watchkit-apps/blob/master/images/Calculator.png)\n\n\u003cbr/\u003e\n\n2. [Lister](http://daniellam.me/blog/ios-watchkit-first-look/)\n---\nList app that synchronizes data between Watch app and containing iPhone app (Objective-C).\n\u003cbr/\u003e\u003cbr/\u003e\n![Lister](https://github.com/sanketfirodiya/sample-watchkit-apps/blob/master/images/Lists.png)\n\n\u003cbr/\u003e\n\n3. [Bitcoin Tracker](http://www.raywenderlich.com/89562/watchkit-tutorial-with-swift-getting-started)\n---\nBitcoin price tracking app.\n\u003cbr/\u003e\u003cbr/\u003e\n![Bitcoin Tracker](https://github.com/sanketfirodiya/sample-watchkit-apps/blob/master/images/Bitcoin.png)\n\n\u003cbr/\u003e\n\n4. [Cherry](https://github.com/kenshin03/Cherry)\n---\nMini Pomodoro Timer app designed for the  Watch (Swift).\n\u003cbr/\u003e\u003cbr/\u003e\n![Cherry](https://github.com/sanketfirodiya/sample-watchkit-apps/blob/master/images/Cherry.png)\n\n\u003cbr/\u003e\n\n5. [Guess Game](http://www.appcoda.com/watchkit-introduction-tutorial/) \n---\nSimple game to learn how to use different UI elements on Watch (Swift).\n\u003cbr/\u003e\u003cbr/\u003e\n![Guess Game](https://github.com/sanketfirodiya/sample-watchkit-apps/blob/master/images/Guess_Game.png)\n\n\u003cbr/\u003e\n\n6. [Weather](http://connectthink.com/developers-corner/creating-a-watchkit-app-using-swift-part-one/)\n---\nQueries user location, retrieves weather data from an api and displays on the Watch (Swift).\n\u003cbr/\u003e\u003cbr/\u003e\n![Weather](https://github.com/sanketfirodiya/sample-watchkit-apps/blob/master/images/Weather.png)\n\n\u003cbr/\u003e\n\n7. [Shared Core Data](http://www.makeandbuild.com/blog/post/watchkit-with-shared-core-data)\n---\nTo-Do list type app that uses shared core data storage between WatchKit and iPhone app (Swift).\n\u003cbr/\u003e\u003cbr/\u003e\n![Shared Core Data](https://github.com/sanketfirodiya/sample-watchkit-apps/blob/master/images/SharedCoreData.png)\n\n\u003cbr/\u003e\n\n8. [WatchPic](https://github.com/D-32/WatchPics)\n---\nInstagram for  Watch (Objective-C).\n\u003cbr/\u003e\u003cbr/\u003e\n![WatchPic](https://github.com/sanketfirodiya/sample-watchkit-apps/blob/master/images/WatchPic.png)\n\n\u003cbr/\u003e\n\n9. [Watch Ring Generator](https://github.com/radianttap/WatchRingGenerator)\n---\niOS app to generate series of PNG images, to be used in WatchKit apps (Objective-C).\n\u003cbr/\u003e\u003cbr/\u003e\n![Watch Ring Generator](https://github.com/sanketfirodiya/sample-watchkit-apps/blob/master/images/RingGenerator.png)\n\n\u003cbr/\u003e\n\n10. [KFWatchKitAnimations](https://github.com/kiavashfaisali/KFWatchKitAnimations)\n---\nKFWatchKitAnimations creates beautiful 60 FPS animations for  Watch by recording animations from the iOS Simulator (Swift).\n\u003cbr/\u003e\u003cbr/\u003e\n![KFWatchKitAnimations](https://github.com/sanketfirodiya/sample-watchkit-apps/blob/master/images/KFWatchKitAnimations.png)\n\n\u003cbr/\u003e\n\n11. [IGInterfaceDataTable](https://github.com/Instagram/IGInterfaceDataTable)\n---\nIGInterfaceDataTable is a category on WKInterfaceTable that makes configuring tables with multi-dimensional data easier.\n\u003cbr/\u003e\u003cbr/\u003e\n![IGInterfaceDataTable](https://github.com/sanketfirodiya/sample-watchkit-apps/blob/master/images/IGInterfaceDataTable.png)\n\n\u003cbr/\u003e\n\n12. [Radial Bar Chart Generator](http://hmaidasani.github.io/RadialChartImageGenerator/)\n---\nGenerates radial bar images for your Watch apps.\n\u003cbr/\u003e\u003cbr/\u003e\n![Radial Bar Chart Generator](https://github.com/sanketfirodiya/sample-watchkit-apps/blob/master/images/Radial.png)\n\n\u003cbr/\u003e\n\n13. [WatchKit FAQ](http://www.raywenderlich.com/94672/watchkit-faq)\n---\nExcellent collection of WatchKit FAQs.\n\u003cbr/\u003e\u003cbr/\u003e\n![WatchKit FAQ](https://github.com/sanketfirodiya/sample-watchkit-apps/blob/master/images/WatchKit_FAQ.jpg)\n\n\u003cbr/\u003e\n\n14. [Five Minute WatchKit](http://www.fiveminutewatchkit.com/)\n---\nQuick, easy-to-digest advice on all aspects of  Watch app design \u0026 development in \u003c 5 minutes.\n\u003cbr/\u003e\u003cbr/\u003e\n![Five Minute WatchKit](https://github.com/sanketfirodiya/sample-watchkit-apps/blob/master/images/FiveMinuteWatchKit.png)\n\n\u003cbr/\u003e\n\n15. [WWDC Parties](https://github.com/sugarso/WWDC)\n---\nAggregator of developers parties happening in San Francisco. View the parties on map, register and mark parties you’re going to take part in (Objective-C + Swift).\n\u003cbr/\u003e\u003cbr/\u003e\n![WWDC Parties](https://github.com/sanketfirodiya/sample-watchkit-apps/blob/master/images/WWDCParties.png)\n\n\u003cbr/\u003e\n\n16. [Stock tracker](http://www.appdesignvault.com/apple-watch-tutorial-watchkit-xcode/)\n---\nPage-Based navigation style to show the user two stock quotes (Swift).\n\u003cbr/\u003e\u003cbr/\u003e\n![Stock tracker](https://github.com/sanketfirodiya/sample-watchkit-apps/blob/master/images/Stocks.png)\n\n\u003cbr/\u003e\n\n17. [Frame rate tutorial](http://www.happy.watch/blog/2014/12/26/watchkit-animation-frame-rate-tutorial)\n---\nHow to animate in WatchKit apps using numbered images. Learn right from how to create the images in Photoshop to using them in Xcode.\n\u003cbr/\u003e\u003cbr/\u003e\n![Frame rate tutorial](https://github.com/sanketfirodiya/sample-watchkit-apps/blob/master/images/FrameRate.gif)\n\n\u003cbr/\u003e\n\n18. [Maps on Apple Watch](http://www.kristinathai.com/watchkit-tutorial-maps-on-the-apple-watch/)\n---\nSample implementation of Maps API on the Watch.\n\u003cbr/\u003e\u003cbr/\u003e\n![Maps on Apple Watch](https://github.com/sanketfirodiya/sample-watchkit-apps/blob/master/images/Maps.png)\n\n\u003cbr/\u003e\n\n19. [Location-aware weather app](http://dev.iachieved.it/iachievedit/building-a-apple-watch-for-location-aware-weather/)\n---\nA basic weather app that provides a brief look at the weather in your current location.\n\u003cbr/\u003e\u003cbr/\u003e\n![Location-aware weather app](https://github.com/sanketfirodiya/sample-watchkit-apps/blob/master/images/Location.png)\n\n\u003cbr/\u003e\n\n20. [Starburst](https://github.com/mobitar/Starburst)\n---\nA collection of animated PNG sequences for use as loading indicators in your Apple Watch app.\n\u003cbr/\u003e\u003cbr/\u003e\n![Starburst](https://github.com/sanketfirodiya/sample-watchkit-apps/blob/master/images/Starburst.gif)\n\n\u003cbr/\u003e\n\n21. [TDWatchInterfaceMenu](https://github.com/YuAo/TDWatchInterfaceMenu)\n---\nTDWatchInterfaceMenu provides a way to add a menu item with a block as the action handler.\n\n22. [JBWatchActivityIndicator](https://github.com/mikeswanson/JBWatchActivityIndicator)\n---\nAn easy way to generate activity indicator images for Apple Watch.\n\u003cbr/\u003e\u003cbr/\u003e\n![JBWatchActivityIndicator](https://github.com/sanketfirodiya/sample-watchkit-apps/blob/master/images/JBWatchActivityIndicator.gif)\n\n\u003cbr/\u003e\n\n23. [WatchKit Development Tips](http://developer.telerik.com/featured/tips-for-apple-watch-development-with-xcode-watchkit/)\n---\nTips for Apple Watch Development with Xcode \u0026 WatchKit.\n\u003cbr/\u003e\u003cbr/\u003e\n![WatchKit Development Tips](https://github.com/sanketfirodiya/sample-watchkit-apps/blob/master/images/WatchKit_Tips.jpg)\n\n\u003cbr/\u003e\u003cbr/\u003e\n\n## More awesome lists for iOS devs\n- https://github.com/sanketfirodiya/iOS-learning-resources\n- https://github.com/sanketfirodiya/awesome-ios-plugins\n- https://github.com/sanketfirodiya/ios-marketing-resources\n\n\n\n\u003cbr/\u003e\n\n## Contact\nFor more awesome stuff, you should follow me on twitter [@SanketFirodiya](https://twitter.com/sanketfirodiya) :)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsanketfirodiya%2Fsample-watchkit-apps","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsanketfirodiya%2Fsample-watchkit-apps","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsanketfirodiya%2Fsample-watchkit-apps/lists"}