About Dictation
Base on an article by Stanislav of Intel, this app is a simple exercise of the Google voice service for voice recognition. Souce code is available on GitHub.
This app contains the basic features described below.
1) Dictation - start voice recognition by invoking the Google SpeechRecognizer service by button click, Dictate.
2) Write to file - save dictation content to file with a time stamp by button click, Save.
3) Clear all - remove all dictation by button click, Clear.
4) Remove last dictation - it is assume that each dictation is a sentence. A period is append after each dictation instance. Remove the last instance by button click, Last.
GitHub source
https://github.com/yeuchi/Dictation
Intel article
https://software.intel.com/en-us/articles/developing-android-applications-with-voice-recognition-features
by E####:
If the screen rotated I lost my data. Occasionally when starting a new sentence, I would lose my data. Not reliable enough.