This repository has been archived by the owner on Dec 3, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
268 changed files
with
12,090 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# Auto detect text files and perform LF normalization | ||
* text=auto | ||
|
||
# Custom for Visual Studio | ||
*.cs diff=csharp | ||
*.sln merge=union | ||
*.csproj merge=union | ||
*.vbproj merge=union | ||
*.fsproj merge=union | ||
*.dbproj merge=union | ||
|
||
# Standard to msysgit | ||
*.doc diff=astextplain | ||
*.DOC diff=astextplain | ||
*.docx diff=astextplain | ||
*.DOCX diff=astextplain | ||
*.dot diff=astextplain | ||
*.DOT diff=astextplain | ||
*.pdf diff=astextplain | ||
*.PDF diff=astextplain | ||
*.rtf diff=astextplain | ||
*.RTF diff=astextplain |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{"Name":"Glass Development Kit (Sneak Peek)","Id":488,"Alias":"googleglass","Description":"Design and develop for Glass with the GDK\n=========================================\n\nThe GDK is an Android SDK add-on that contains APIs for Glass-specific features.\n\nBy using Xamarin, the Android SDK and GDK, you can leverage the vast array of Xamarin and Android APIs and also design a great experience for Glass.\n\n\n\nUnlike the [Mirror API](https://developers.google.com/glass/develop/mirror/index), Glassware built with the GDK runs on Glass itself, allowing access to low-level hardware features.\n\nThe Glass platform is designed to make the existing Android SDK just work on Glass. This lets you code in a familiar environment, but for a uniquely novel device.\n\nIn addition, you can use all of the existing Android development tools like Xamarin, and your Glassware is even delivered as a standard Android package (APK).\n\nSo what are you waiting for?\n\n\n\n**Glass is a trademark of Google Inc.**","Version":"1.1","Summary":"Build Glassware that runs directly on Glass.","QuickStart":"You will need to be part of the Google Glass™ Explorer Program to run Google Glass applications, you can use [this form to sign up](http://www.google.com/glass/start/how-to-get-one/?source=xamarin).\n\nGetting Glass ready for development\n===================================\n1. Make sure you install [XE12](https://developers.google.com/glass/release-notes) on your Google Glass (released 17th December 2013)\n2. On Glass go to **Settings \u003e Device Info \u003e Turn on debug** to enable `adb`, which allows your development system to communicate with Glass.\n3. Connect Glass to your development system.\n4. Deploy your own Glassware!\n\nYour Xamarin.Android Project Settings\n=====================================\n\nInside your project settings go to **Build \u003e General \u003e Target framework** and make sure it is set to **Android 4.0.3 (Ice Cream Sandwich)**\n\n\n\nInside **Build \u003e Android Application \u003e Minimum/Target Android Version** must be set to **Automatic - use target framework version**\n\n\n\nThere is only one Glass version, so minimum and target SDK are the same.\n\nDocumentation\n=============\n\nYou can find their full developer guide on their website [https://developers.google.com/glass/develop/gdk/index](https://developers.google.com/glass/develop/gdk/index)\n\nBranding Guidelines: [https://developers.google.com/glass/brand-guidelines](https://developers.google.com/glass/brand-guidelines)\n\n\n**Glass is a trademark of Google Inc.**","Hash":"b966ae2e053c8004883ed13784d8904c","TargetPlatforms":["android"],"TrialHash":null} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
Design and develop for Glass with the GDK | ||
========================================= | ||
|
||
The GDK is an Android SDK add-on that contains APIs for Glass-specific features. | ||
|
||
By using Xamarin, the Android SDK and GDK, you can leverage the vast array of Xamarin and Android APIs and also design a great experience for Glass. | ||
|
||
![Xamarin GDK](http://farm4.staticflickr.com/3736/11198653624_2432f8a7e5_o.png) | ||
|
||
Unlike the [Mirror API](https://developers.google.com/glass/develop/mirror/index), Glassware built with the GDK runs on Glass itself, allowing access to low-level hardware features. | ||
|
||
The Glass platform is designed to make the existing Android SDK just work on Glass. This lets you code in a familiar environment, but for a uniquely novel device. | ||
|
||
In addition, you can use all of the existing Android development tools like Xamarin, and your Glassware is even delivered as a standard Android package (APK). | ||
|
||
So what are you waiting for? | ||
|
||
![Start Xamarin](http://farm4.staticflickr.com/3823/11195252655_e04fb30d63_z.jpg) | ||
|
||
**Glass is a trademark of Google Inc.** |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
You will need to be part of the Google Glass™ Explorer Program to run Google Glass applications, you can use [this form to sign up](http://www.google.com/glass/start/how-to-get-one/?source=xamarin). | ||
|
||
Getting Glass ready for development | ||
=================================== | ||
1. Make sure you install [XE12](https://developers.google.com/glass/release-notes) on your Google Glass (released 17th December 2013) | ||
2. On Glass go to **Settings > Device Info > Turn on debug** to enable `adb`, which allows your development system to communicate with Glass. | ||
3. Connect Glass to your development system. | ||
4. Deploy your own Glassware! | ||
|
||
Your Xamarin.Android Project Settings | ||
===================================== | ||
|
||
Inside your project settings go to **Build > General > Target framework** and make sure it is set to **Android 4.0.3 (Ice Cream Sandwich)** | ||
|
||
![Project Settings](http://farm8.staticflickr.com/7289/11215596686_aef587e237_o.png) | ||
|
||
Inside **Build > Android Application > Minimum/Target Android Version** must be set to **Automatic - use target framework version** | ||
|
||
![Android Manifest](http://farm4.staticflickr.com/3698/11215581504_f9b61ddc6d_o.png) | ||
|
||
There is only one Glass version, so minimum and target SDK are the same. | ||
|
||
Documentation | ||
============= | ||
|
||
You can find their full developer guide on their website [https://developers.google.com/glass/develop/gdk/index](https://developers.google.com/glass/develop/gdk/index) | ||
|
||
Branding Guidelines: [https://developers.google.com/glass/brand-guidelines](https://developers.google.com/glass/brand-guidelines) | ||
|
||
|
||
**Glass is a trademark of Google Inc.** |
Oops, something went wrong.