what is quickblox's android videochat service? - quickblox

please help -
the documentation is not up to date, and i cant find the right answer
the doc says add this to the manifest
<service android:name="com.quickblox.module.chat.videochat.VideoChatService"/>
the example code on github says
<service android:name="com.quickblox.module.videochat.core.service.QBVideoChatService"/>
but there is no such thing as a 'service' inside the core namespace
please see attached image
i use the currently last sdk - 1.2.4
thanks allot!
dovi

Yeah, don't use this service stuff at all now
Here is updated VideoChat guide http://quickblox.com/developers/Sample-videochat-android
which works with latest Android SDK 1.2.4

Related

GoogleMLKit/TextRecognition examples

I have been using Firebase/MLVision, Firebase/MLVisionTextModel for ios but due to recent migration, I need to upgrade my application. Do we have some links on the forum for reference?
I am using the below method to recognize the text currently - nsFirebase.mlkit.textrecognition.recognizeTextOnDevice so I think that with the upgrade, I will need to change method call too? If yes, where can I find some documentation.
Please advice.
Thanks
Jyoti
The migration guide for moving your app from Firebase ML to the new standalone ML Kit SDK can be found here: Overview, Android-specific instructions, iOS-specific instructions.

Create DevExpress Dashboard in a project with asp.net core

Hello Everyone I am new in StackOverflow so I may can't describe my problem well But I try my best and I am conting on you to help me with this ;
I have problem in myproject asp.net core wanna build dashboard with devexpress I already followed a tuto by devexpress but it seem something doesnt match when I try to install a package with NuGet I can't find it I have already try to add the package source so it help me find it but still nothing , I really need to do somthing about it immediately .
Here is some link to know more about this issue
The package :DevExpress.AspNetCore.Dashboard
-the tips that I thought it could help me : https://docs.devexpress.com/Dashboard/119284/getting-started/build-end-user-dashboard-designer-applications/create-an-aspnet-core-designer?v=18.1
-the tuto I followed : https://docs.devexpress.com/Dashboard/119284/get-started/build-web-dashboard-applications/create-an-aspnet-core-dashboard-application
I use asp.net core version 2.0
DevExpress 17.2
Source: C:\Program Files (x86)\DevExpress
18.1\Components\System\Components\packages
In the tutorial you refer to, the Source path added by it downloads the corresponding packages to a local folder, but because you did not download it, you cannot find the corresponding package using the path in the reference document.
Please refer to this article, log in to the account on the DevExpress official website, and click the Obtain Feed URL, an url including your authorization key and api will be generated.
Then when adding the package source, change the Source path to the url and continue to follow the tutorial.

where can i find openerp_report_designer plugin?

I found a plugin folder inside base_report_designer but when I added that to apache open office it doesn't show any signs of working. Please can anyone guide me on this I also tried looking at resources or steps mentioned on over various websites but I failed to do so.
Just You can download the base_report_designer module from the this link
Click To Download
You should add that module in your OpenERP 7.0 addons directory and install in your system.this module is working fine from my side.
Reference link for installation Guideline :
YouTube :
https://www.youtube.com/watch?v=WOk6spaWzMg
Other Web References :
http://www.serpentcs.com/wp-content/uploads/2014/08/OpenERP-Report-Designer.pdf
I hope my answer may helpful for you :)

EmailComposer plugin for windows 8 phone phonegap

I am developing phonegap project for windows 8 phone and I want to implement phonegap emailComposer plugin found on github : https://github.com/stanislavfeldman/phonegap-plugins/commit/686465b1659e9a0736a047fd2322704ac7694064
I am getting this error - The type or namespace name 'JSON' does not exist in the namespace 'WP7CordovaClassLib.Cordova' (are you missing an assembly reference?) in EmailComposer.cs file.
I am using cordova 2.6.0 version. Is this cordova version issues?
Thanks in advance
I didn't fixed the emailComposer plugin issues but found "mailto" and it worked fine on windows 8 phone.
Sample code is:
var sMailTo = "mailto:";
sMailTo += escape(toRecipient) +"?subject=" +escape(subject) +"&body=" +escape(body) +"&cc=" +escape(ccRecipient) +"&bcc=" +escape(bccRecipient);
window.open(sMailTo, '_self');
I don't think it is a good solution. Can anyone please suggest me the better solution?
hello please check below link regarding namespace
http://docs.phonegap.com/en/2.3.0/guide_plugin-development_windows-phone_index.md.html

Are there any good tutorials for using ShareKit?

Does anyone know of a good tutorial that is easy to understand for ShareKit? I've looked but found nothing. I'm pretty new to Xcode.
The GitHub wiki for ShareKit v2.0 has a great page titled Installing ShareKit that should help you get up and running with the latest incarnation of this project.
The source tree also has an xcodeproj file which contains sample code showing how to integrate ShareKit into your own project.
You can checkout the documentation given in http://getsharekit.com ...after you downloaded and attached to your project open config file and read the comment lines given before each methods in it...it will direct you to correct way...There is no exact tutorial for it...If u got any specific issue then ask a question here..we are ready to answer...