Note that there are some explanatory texts on larger screens.

plurals
  1. POCan I use android SpeechRecognition in a Kindle Fire HD?
    primarykey
    data
    text
    <p>I have been using the speech recognition provides by Google in my android app, but when I try test it in a Kindle Fire, crash. Debugging I found that it was my fault because forgot check if recognition was available before start the service.</p> <pre><code>//Mental note: Check always the service before start it if(SpeechRecognizer.isRecognitionAvailable(getApplicationContext())){ ... }else{ //Show a AlertDialog with the advise } </code></pre> <p>With this check I discovered that Amazon didn't bring a speech recognition service (<a href="https://forums.developer.amazon.com/forums/thread.jspa?messageID=5075&amp;#5075" rel="nofollow">by now</a>). After make a few Google search, I found <a href="https://forums.developer.amazon.com/forums/thread.jspa?threadID=1174" rel="nofollow">this topic</a> in Amazon developers forum with a similar question. Amazon answer was <strong>"Not now"</strong> but <strong>"Stay tuned in our blog"</strong>. Finally the guy has integrated with <em>Dragon Mobile SDK</em> and it's work for him. I'm not interested in integrate another SDK (third part reason) but I would like to know if anyone found a "workaround" like install Google Apps or something while Amazon provides something.</p> <p>Anyway if you are looking for some info about this, I hope this question bring you some light... :)</p> <p>Thanks in advance.</p> <p>Update:</p> <p>I have tried to add Google Play Services with this <a href="http://androidcowboy.com/2013/10/add-google-account-kindle-fire-hdx/" rel="nofollow">How to</a>, but it doesn't work.</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload