Tasker is an awesome android app which let's you create and execute deep level tasks based on context in user-defined profiles, or widgets
What captured my attention is its javascript API which let's you interact with many phone functions through javascript, so you can imagine how many nice job you can accomplish with this app.
Here we'll see how you can implement your own speech recognition application so that your phone will answer to your defined commands!
We'll see how to get it through tasker interface, but then we'll see that it is possible to use javascript(let) to enhance our application.
Create the speech recognition task
Ok, let's start by creating our main task, here comes the description:
A1 ...
read the full post