shinysamples | Samples of how to use Shiny.NET | Learning library
kandi X-RAY | shinysamples Summary
kandi X-RAY | shinysamples Summary
Samples of how to use Shiny.NET
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of shinysamples
shinysamples Key Features
shinysamples Examples and Code Snippets
Community Discussions
Trending Discussions on shinysamples
QUESTION
I am trying to integrate the Shiny.SpeechRecognition package into my xam.forms proj. What i have did so far....
- Created a new xam.forms proj
- Updated all NuGet package to latest
- Installed Shiny.SpeechRecognition
After this point, i got an error saying =>
Severity Code Description Project File Line Suppression State Error Can not resolve reference:
System.Threading.Tasks.Extensions
, referenced bySystem.Reactive
. Please add a NuGet package or assembly reference forSystem.Threading.Tasks.Extensions
, or remove the reference toSystem.Reactive
. ShinySpeechRecog.Android
I found a workaround for this from AllanRitchie's Blog as this was a bug in VS-2017
- created a startup class in my PCL proj
Here is the class..
...ANSWER
Answered 2020-Jul-21 at 05:24I was unable to use the shiny plugin for voice search in my xamarin.forms. So after some time i came accross this link..
https://medium.com/@dev.aritradas/xamarin-forms-speech-recognition-c16f07cdf164
The above links will help us to implement the voice search using the built in support for speech sdks from android and iOS using Dependency Service in xamarin forms. The above plugin additionally uses CurrentActivityPlugin by James Montemagno.
https://github.com/jamesmontemagno/CurrentActivityPlugin
I have tried this and it is working fine in my application. But i am facing one small problem here. The problem is, I have implemented this voice search feature in 3 content pages of a tabbed page, so what happens here is, When I perform the voice search in one page, the resultant words extracted from the speech are shared also to the other two content pages and the list view in all pages gets updated. Since I am new to Xamarin forms and dependency service, Messaging center, android - current activity.. I need some help to solve this issue..
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install shinysamples
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page