Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Google Glass GDK: Progress Indicator?

Using the GDK (or in some other way), is there a way to display a progress indicator similar to the one displayed when connecting to a WiFi network on Glass? (the "spinning" lines on the bottom of the display, kind of like at the end of this video: https://www.youtube.com/watch?v=g3ncmeGaKN0)

Thanks!

like image 703
giladgo Avatar asked Nov 27 '13 09:11

giladgo


2 Answers

UPD 04.11.2014: Google released Slider -- UX component suitable for this. You should better use it instead of the extracted project.


I've extracted Google Glass Progress Bar from GlassHome.apk and created a library project based on that: https://github.com/pif/glass-progress-bar

  • supports indeterminate
  • supports default progress

Usage is described in README in the repository.

And yes, everyone is still waiting for a full-featured set of Glass Views.

Here's a demo of what was achieved

Update: I extracted MessageDialog as well. You can find it in the same library.

Here's a demo of MessageDialog

like image 187
Ostap Andrusiv Avatar answered Oct 20 '22 16:10

Ostap Andrusiv


This issue is resolved by google with Slider (global UX Components) https://developers.google.com/glass/develop/gdk/slider

like image 37
rslk Avatar answered Oct 20 '22 15:10

rslk