Skip to content

Commit

Permalink
readme updates
Browse files Browse the repository at this point in the history
  • Loading branch information
conceptdev committed Sep 10, 2016
1 parent 7d1bfb7 commit 11c7610
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 10 deletions.
30 changes: 22 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,17 @@
Xamarin iOS & WatchKit samples (64-bit)
Xamarin iOS & watchOS samples (64-bit)
============================

Apps using Xamarin.iOS with the 64-bit API and targeting iOS 8 and newer.

The [Unified API](http://developer.xamarin.com/guides/cross-platform/macios/) is designed to bring 64-bit support to both Xamarin.iOS and Xamarin.Mac (as well as facilitate code-sharing between those two platforms).

Watch Kit is currently in [Xamarin preview](http://developer.xamarin.com/guides/ios/watch/).

Apple requires new iOS 8 apps to include a 64-bit binary from February 2015.
Apps using Xamarin.iOS with the 64-bit API and targeting iOS 8 and newer. [watchOS docs](http://developer.xamarin.com/guides/ios/watch/).


HeartRateMonitor
----------------
Uses Bluetooth LE APIs to communicate with a heart rate monitor and display the value on the screen. Stores data in iOS 8's Health app via HealthKit.

To9o (iOS 9)
----
Demo iOS 9 features like Force Touch, simpler Collection Views, and localization (including RTL).

TodoToday
---------
Todo list application with an iOS 8 Today Extension for the notification screen (showing how many items left to-do). Uses ADO.NET for the data access.
Expand All @@ -22,6 +20,22 @@ Watch8Ball
---------
*Your first WatchKit app*

WatchCalc
---------
Remember the old Casio...

WatchComplication
-----------------
*in progress*

WatchData (watchOS 3)
---------
Storing and accessing data in Sqlite stored locally with watchOS 3

WatchInsta
----------
watchOS 1 demo of accessing files (Instagram photos) on the connected iPhone's filesystem

WatchTodo
---------
Tiny version of the *Todo* sample that runs on the Apple Watch (in progress).
2 changes: 1 addition & 1 deletion WatchData/Ado.Net/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
WatchOS 3 Ado.Net
watchOS 3 Ado.Net
=======================

watchOS 3 version of the [Ado.Net doc](https://developer.xamarin.com/guides/cross-platform/application_fundamentals/data/part_4_using_adonet/) using SQL commands to store and retrieve data on the watch.
Expand Down
2 changes: 1 addition & 1 deletion WatchData/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
WatchOS 3 Data Access
watchOS 3 Data Access
=======================

Examples of storing and accessing data with watchOS 3.
Expand Down

0 comments on commit 11c7610

Please sign in to comment.