Open GoogleCodeExporter opened 9 years ago
Hello,
Thanks for the feature request! Could you provide us with some example
use-cases so that we can properly design such an API?
Best,
Alain
Original comment by ala...@google.com
on 24 Feb 2014 at 6:42
Thanks Alain. One example might be a fancy weather app. The app would create a
live card, but it wouldn't make sense to have the user returned to the weather
card when waking glass.
Weather checking isn't an ongoing activity like biking, at least for most
folks. Our user will check the rain chances for the next hour, put glass back
to sleep, and start a bike ride.
Now the user is sliding down a steep hill at an amazing speed. Maybe 45 MPH. A
personal record!
Things are getting dicey. The user grips his handlebars so tightly that both
hands are numb. And then the user remembers that he forgot to start a bike ride
on Glass. Darn! When the user does the magic head flip at 46 MPH, the last
thing the user wants to see is the fancy weather app. The user needs the home
screen because one hand can't control that handlebar at 46.5 MPH! No, the only
chance our user has at 47 MPH is a voice command, and a giant yellow moving van
just blocked the road at the bottom of the hill, so it's now or never!
And so some sort of configuration like:
sunsetLiveCard = timelineManager.createLiveCard(FaNCY_WEATHER_LIVE_CARD_ID);
sunsetLiveCard.setSticky(false); //return the user to the home screen on sleep
would prevent weather apps from tempting an insane biker to steer with one hand
in order to use the Glass trackpad.
Another, less exciting example: a timer for an online Auction. It could be a
live card showing a real-time countdown for the time left to buy a sweet Storm
Trooper costume in nearly new condition. While there are days and hours left on
all the auctions, there isn't any real reason to keep this card sticky. The
user might want to occasionally check -- oh yeah, I'm sniping that tomorrow,
with Storm Trooper-like precision.
But when there is only ten minutes left to make a bid, now it makes sense to
make the live card sticky. For the next ten minutes, the user wants nothing
between him and the countdown to owning that shiny plastic armor.
Cheers,
--John
Original comment by johnofau...@gmail.com
on 25 Feb 2014 at 1:02
Original comment by ala...@google.com
on 25 Feb 2014 at 1:16
Original issue reported on code.google.com by
johnofau...@gmail.com
on 24 Feb 2014 at 3:28