Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/alxpereira/google-glass-helloworld

Hello World Displaying a Simple Card or a View in Google Glass GDK
https://github.com/alxpereira/google-glass-helloworld

Last synced: 1 day ago
JSON representation

Hello World Displaying a Simple Card or a View in Google Glass GDK

Awesome Lists containing this project

README

        

Hello Glass
=========

Open Source "Hello World" for Google Glass GDK

This is a free project to display a simple screen using the Card UI from GDK or using the Android native applicative views.

What's inside (useful refs)
--------------

```sh
/src/com.alexpereira.helloglass/MenuActivity.java
```
Java Class launched on the application launch, can be set to display the Card or the Native Android

```sh
/res/layout/activity_menu.xml
```
XML layout for the native view

```sh
/res/values/colors.xml
/res/values/dimens.xml
/res/values/styles.xml
```
XML values for the style construction of the app

```sh
/res/values/strings.xml
```
XML values for different texts and variables (voice over etc...)

```sh
/xml/triggers_demo.xml
```
XML calling the voice and menu trigger

```sh
/AndroidManifest.xml
```
Android Manifest with all the settings to run the app

License
----
WTFPL - Dec 2004

Copyleft Alexandre Pereira 2013

w