Glass development
• Glass Development Kit (GDK)
• Ongoing task & Live Card (活動卡⽚片,即時卡⽚片)
• Low Frequency Rendering
• High Frequency Rendering
• Immersion (沉浸式體驗,獨佔式體驗)
Slide 52
Slide 52 text
Slide 53
Slide 53 text
public class HelloActivity extends Activity {
private TextView sampleTextview;
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.card_main);
sampleTextview = (TextView) findViewById(R.id.sample_txt);
}
}
As same as android :D
Slide 54
Slide 54 text
Voice trigger
ok glass, show me a demo
Slide 55
Slide 55 text
VoiceTriggers.Command
• add an event
• calculate
• call me a car
• capture a panorama
• check me in
• check this out
• control my car
• control my home
• explore nearby
• explore the stars
• find a bike
• find a dentist
• find a doctor
• find a hospital
• find a passage
• find a place
• find a place to stay
• find a product
• find a recipe
• find a video
• find a website
• find reviews
• find the exchange rate
• find the price
• flip a coin
• give me feedback
• help me sign in
• keep me awake
• learn an instrument
• learn a song
Pick one you like !
Slide 56
Slide 56 text
Layout
Slide 57
Slide 57 text
Layout
• https://developers.google.com/glass/develop/gdk/ui-widgets
• https://developers.google.com/glass/design/style
•Screen Size: 640 x 320
•Padding: 40 x 40
•Bottom Bar: 560 x 40
Slide 58
Slide 58 text
Layout
Slide 59
Slide 59 text
Touch input
Slide 60
Slide 60 text
Keypad
Swipe down translates to KEYCODE_BACK.
A camera button press
translates to KEYCODE_CAMERA.
Tap translates to KEYCODE_DPAD_CENTER.
Product descriptions
• A simple app that showed the current battery
level of glass. Unlike the percentage in
settings page, this app will response with
voice directly. Hopes you will like it!
Glassware
Glass
Slide 81
Slide 81 text
Product descriptions
• 區分 Android app vs. the Glassware.
• Use Glass trademark
• Glass™
• Glass is a trademark of Google Inc.
Slide 82
Slide 82 text
Assets Issue
Slide 83
Slide 83 text
No content
Slide 84
Slide 84 text
No content
Slide 85
Slide 85 text
No content
Slide 86
Slide 86 text
No content
Slide 87
Slide 87 text
No content
Slide 88
Slide 88 text
常⾒見的錯誤
• 不要將 Glass 放⼊入產品名稱的⼀一部份
GlassPresenter Presenter for Glass™