Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 1 year ago.
Improve this question
I want to create a Hospital App, That app will have the option to visit virtually. I'm planing using Skype API for video call, but i don't know where to start. I can't find any useful documentation to acheive this. Can anyone give me some document or plugin to achieve this on flutter thanks in advance.
Use WebRTC. It is an Opensource Technology.
you can have a look on Agora SDK for video Call
I would recommend Jitsi.
jitsi
Related
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 2 days ago.
Improve this question
I have been looking for how to convert speech to text in Xamarin Android, but no success, I need help to implement it.
I need examples to be able to achieve this.
First of all, there is an official sample about the speech to text in the xamarin.android with the android native api. You can refer to it.
For more infromation, you can check the google's document about the SpeechRecognizer api and this case about how to use the SpeechRecognizer to do the job about speech to text.
In addition, you can also use the Azure Speeh Service or some other service to achieve that.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 6 years ago.
Improve this question
Is instagram source public ?
I want to make changes on instagram ( android client ) for personal use .
I need latest source code of instagram .
Thanks to every one :)
Is instagram source public ?
No.
I need latest source code of instagram
You would need to join the Instagram team at Facebook. Or, possibly, use the Instagram API to write your own app.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
I just want to share my android device screen with another android device. Kindly let me know if it's possible in android or not?
I googled it but was unable to get anything related to this topic.
Thanks in advance.
According to my opinion , this is possible because we have Team viewer app . Please refer these link , might be helpful to you
https://integrate.teamviewer.com/en/develop/screen-sharing-sdk/android-tutorial/
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 6 years ago.
Improve this question
I want to integrate KNet Payment gateway in one of my Android application, but I did not find any API documentation or sample code for integration. Can anyone suggest me where can I get this or any resource link where I can explore to get it. If any one have done before then please share the information, it will really help me lot. I appreciate for the help.
Thanks
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
i'll try to develop an app which is enabled for plugins like in windows-.Net-world DLLs.
i will have small rectangle-linearlayouts in my app where the user is able to manage them with visible on/off. later on i or someone else will give the user a new plugin, which the apps is displaying now.
is it possible? if yes: how?
are there good sites out there you could direct me?
regards
fly
It is possible to have a plugin architecture for your application. These links should help you out:
http://mylifewithandroid.blogspot.com/2010/06/plugins.html
http://mylifewithandroid.blogspot.com/2011/01/plugins-with-user-interface.html