Mobile ICP 6 - TondiToday/CSEE5590 GitHub Wiki
You will find the link to the video here: https://vimeo.com/334829413
Introduction
For this ICP we had to create an assistant with the voice to text feature in android. This ICP was pretty straight forward. Just needed to add a function which handled the response to the speech input.
UI
The UI was simple, did not change the UI given to me for the ICP. Below you will see a image of the URL https://github.com/TondiToday/CSEE5590/blob/master/ICP%2012/UI.PNG
Code
Below you will see the speech Response function, which handles how the application responds to the user https://github.com/TondiToday/CSEE5590/blob/master/ICP%2012/SpeechResponse.PNG This is initialized in the functions below https://github.com/TondiToday/CSEE5590/blob/master/ICP%2012/OnStartup.PNG It was a pretty straightforward ICP with only a few lines of code which needed to be appended.