Questions tagged [google-now]

Google Now is an intelligent personal assistant app for Android and iPhone/iPad devices, that aims to assist your life by showing information based on the date, your location, and upcoming events.

Google Now is an intelligent personal assistant app for Android and iPhone/iPad devices, that aims to assist your life by showing information based on the date, your location, and upcoming events.

Google Now is linked to your Google account, and uses the vast information contained in the account to help preempt and predict your future needs. For example, by being connected to your GMail emails, it can scan for upcoming Flights, Hotel Reservations, and other events, and alert you when the time is approaching.

Google Now is integrated with many Google products, including...

  • Google Search
  • Google Calendar
  • GMail / Google Mail
  • Google Maps
  • Google Places

Additionally, as it is an app on mobile devices, it can also use information obtained from the mobile device, such as your geolocation. Such uses for this include alerting you when you need to leave for work if the route has high traffic, and telling you the weather in your current location.

Useful References:

149 questions
0
votes
0 answers

Google Now cards with JSON-ld

I am trying to customize my Google now cards by embedding JSON-ld script into my HTML document, but it doesn't work at all. Is there any prerequisite for using JSON-ld for Google now cards?
0
votes
0 answers

Google now cards

I have a html script for flight reservation that shows me google now cards in inbox. But when I am trying to embed JSON-ld script tags into the HTML content to get those tags in google now cards, the cards completely disappear. Has anyone worked on…
0
votes
2 answers

Gmail EventReservation markup disappearing

My EventReservation markup has been approved by Google but I'm noticing that at times, the ViewAction (a simple link) that I associated with it disappears from Gmail and I was wondering what could cause this problem. Markup example: { { …
0
votes
1 answer

Android Wear DataItem Syncing / parallel use of Google now

I'm developing an app for android wear, which is collecting sensor data (e.g. acceleration, ..) and syncs it with corresponding app on mobile phone. Each time a sensor is triggered (onSensorChanged), the following code is executed: Runnable runnable…
0
votes
1 answer

Google Now integration with third party application

Like google now, i want to show notification in my application like "Your movie starts in 1 hr, start now" "Traffic update" "Weather Update" Is there a way to integrate with the Google Now?
amiekuser
  • 1,630
  • 1
  • 19
  • 31
0
votes
1 answer

Google Now Event Reservation showing differently on iOS and Android

We are using the google event reservation schema Basic event reminder without a ticket to trigger a google now card. We've noticed that the behavior differs in iOS from Android where the iOS version of Google Now shows a "Manage reservation" button…
Ben
  • 2,058
  • 9
  • 29
  • 39
0
votes
1 answer

Cannot update Google Now card using email

I am trying to test the triggering of a Google Now card from email and then updating the time using the modifiedTime property. Here is my markup of the initial email to trigger the initial Google Now card (It's working):
Ben
  • 2,058
  • 9
  • 29
  • 39
0
votes
0 answers

Fetch Google Now data

In my "Good morning"-app I would like to display the estimated time to work, the weather and the temperature before showing my own content. Is there a way to fetch that information from Google Now? I have everything I want there but can't seem to…
MikeB
  • 1,619
  • 2
  • 15
  • 27
0
votes
1 answer

Launch Google Now on button click

I've searched Google and the Internet for information on how to do this but I can't find anything. Does anybody know if it's possible to launch Google Now on a button click in my Android App? I know how to launch a normal application by using the…
user1353517
  • 300
  • 3
  • 10
  • 28
0
votes
1 answer

Google-Now esque Mic Animation?

I'm in the process of creating a sound recording app, and would like to create an animation like the one in Google Now around my circular record…
Daniel Kim
  • 267
  • 3
  • 16
0
votes
1 answer

Google Now doesn't show all information about a tracking

I am sending emails to gmail with the tracking code of the orders that my customers make. The idea is that gmail recognizes the tracking and show the information in the email message and in Google Now application on an android device. The code I use…
0
votes
1 answer

Google Now doesnt show order schema

I tried Parcel Delivery and it worked, i can click on the little button on the right site in gmail and a cart shows up in google now. However Order doesn't seem to work for me at all. I used the google markup tester and it said its fine. I also do…
0
votes
0 answers

Getting Google Actions / Schemas into Google Now

I have been sending test emails with schema.org markup included. They work fine in Gmail, displaying the Action buttons correctly. However they never come through to Google Now. I've have tried package tracking, events, flights etc. Using my own…
0
votes
1 answer

Google voice search using RecognizerIntent.ACTION_RECOGNIZE_SPEECH does not perform action

I am developing an app where user can speak the command and it will get executed. Just like "Voice Search" app from Google. I want to use set of commands associated actions of Voice Search. My code is as follows: @Override public void…
0
votes
1 answer

Triggering Google Now Cards using email schemas: Cards don't show up

I inserted schema into an email that confirms an event registration in JSON-LD format. I mailed this to myself using Google AppScript. But I'm unable to see the triggered card in Google Now. The markup has been verified by Google's markup tester and…
debowin
  • 1
  • 1
1 2 3
9
10