Hi there, new to kotlinlang community. While searc...
# androidgithubprojects
a
Hi there, new to kotlinlang community. While searching for channels to add, I stumbled upon this channel and since I have some android OSS projects hosted on GitHub, I'll post it here, maybe someone can find them useful!
👍 2
e
Thanks! What’s the advantage of using
gotev/android-speech
over
android.speech.SpeechRecognizer
? The interfaces look similar.
a
The library is a convenience wrapper over native APIs to avoid writing the same boilerplate over and over and avoid some common pitfalls.
🙏 1
Next version which I work on when I have some free time is coroutine based. It's work in progress and not ready for usage, but if you want to take a look and post some feedbacks and ideas, it's in the 2.0 branch 😀