Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

Google provides a variety of 'cards' for Google Now (http://www.google.com/landing/now/). Is it possible to create your own cards? The system looks pretty modular, but I haven't found any documentation or instructions to do so. (I believe you need to supply the content of the card, and some way of signaling when it is supposed to be shown. There is probably just some interface that you have to implement.)

If there is no documented solution, a hackish/undocumented way would be ok, too. I'm mostly curious how it works.

share|improve this question

1 Answer

up vote 7 down vote accepted

There is currently no way to do that. Google makes its own cards and custom application cannot register any cards. But I hope it will be possible in future.

share|improve this answer
1  
I hope this will come soon. Would be nice to replace, e.g., Google's default weather card with something a little bit more accurate for the local climate (where that is available). – Michael A. Dec 10 '12 at 7:55
Yes, I would like to write a card that provides me daily quotes from wise people. E.g. Big Brother is watching you. --George Orwell. Hahaha sarcasm off. – rsan May 13 at 1:03

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.