Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/alxpereira/google-glass-helloworld
- Owner: alxpereira
- Created: 2013-12-25T13:32:08.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2013-12-25T14:58:08.000Z (almost 11 years ago)
- Last Synced: 2023-04-23T03:13:13.190Z (over 1 year ago)
- Language: Java
- Size: 1.36 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 appLicense
----
WTFPL - Dec 2004Copyleft Alexandre Pereira 2013
w