I have lot of search for tutorial and demo project but i can't find, any one please help me to start learning Pjsip with guidance and demo app source code thank you.
Did you check the official documentation? It literally states: We have a GUI sample application with video support. The project is located under pjsip-apps/src/vidgui. Read more here
I recently build the library for android without any issues, however it did not include the video support. Try and follow the provided steps so you can build their example project and use it as a starting point. Good luck!
Related
Hello is there anybody who can help me with the opencv face detection with latest library for android. I already tried many demo from github but i got issues like library libtbt.so not found and app gets crash. If anyone has proper solution please send me link or demo that can run without error or any tutorial that I can follow.
I want for android, i have windows 7 and android studio latest version.
It is my first question so if anythig missing pardon for that
Thank you in advance.
First of all i'll attach a list of links to tutorials and videos i used to develop my opencv face recognition tool, in terms of your problem i think you're missing a key framework, if you follow the link i provided it should work let me know if it does. I know you wanted a demo but the best way to learn this is to follow one of the tutorials i provided.
how to install for mac : https://medium.com/#nuwanprabhath/installing-opencv-in-macos-high-sierra-for-python-3-89c79f0a246a
Tutorials :
https://opencv-python tutroals.readthedocs.io/en/latest/py_tutorials/py_atutorials.html
https://www.youtube.com/watch?v=YY9f-6u2Q_c
https://www.pyimagesearch.com/2018/07/19/opencv-tutorial-a-guide-to-learn-opencv/
Now I just looking for any native library that helps me to implement webrtc with native mobile codes (Android Java, iOS Swift)
As I saw that libjingle have no updates around a year I does not sure that I still should use it, I don't want to use webrtc with third-party api such as Pubnub.
How about you guys suggestion or libjingle is good enough ?
Sample are available in the official documentation. Refer https://webrtc.github.io/samples/
libjingle has been "dead" since 2012, all relevant code moved over to https://webrtc.org which, unlike libjingle, has reasonably good instructions for checking out and building on mobile at https://webrtc.org/native-code/
Now the recommended way is to add the official library as dependency to your project.
implementation 'org.webrtc:google-webrtc:1.0.+'
You may refer the AppRTCMobile sample project which can be build by following the instructions given here - https://webrtc.org/native-code/android/
There are sample projects on GitHub which have already done the hard work for you. I found this one to be updated for Oreo.
I have plotted a graph in Xamarin Android using the trial Library of TreeChart. But the full version is expensive. I now want to use something that is free. I thought of using Oxyplot.
I added a reference to the NuGet package of Oxyplot.Android in Xamarin to my project. But I dont know how to use it.
There is no documentation for the same on their official website. Can anyone let me know of any tutorial or Demo project which I can refer.
Thanks
On Github you can find these documentation or examples for android,iOS,Xamarin,WP,silverlight,.NEt.
Also this link give full documentation...
I am very new to android environment and have to set up client side using the (wmqtt.jar) sample application given on http://www-01.ibm.com/support/docview.wss?
I know only about hello world program.
Kindly tell how can I integrate it in my simple android application, step by step.
Thanks and Regards.
There is a good example and run through at http://dalelane.co.uk/blog/?p=1599
I'd also point out that you might be better off with the recently released open source Java client. You can find it at http://git.eclipse.org/c/paho/org.eclipse.paho.mqtt.java.git/ - you should find the licence is much friendlier than for wmqtt.jar.
As Roger says, the best / latest Java client code is that available from the Eclipse Paho project - http://git.eclipse.org/c/paho/org.eclipse.paho.mqtt.java.git/
The IA92 code and wmqtt.jar has a difficult license and does not support some of the latest features like authentication.
In addition, you will find a lot of useful links and information on the mqtt.org wiki http://mqtt.org/wiki/doku.php/mqtt_on_the_android_platform
Very good sample code available at http://mosquitto.org/files/examples/android-mqtt-example.zip. Once you understand how it works, you would be able to move to writing your own code.
I am interested in moving into Android application development but don't know exactly where to start.I have good basics in C++ and VC#.NET and clear with the concepts of OOPS.
Can anyone please guide me how should i jump into android application development and help me with some resources.Thanks in advance :)
First of all you must have to learn the Java language and some of its Core APIs (java.lang, java.util, java.text, java.io etc.)
Read Basic of Java, use the followin link
Java Tutorial
After reading basic of java, then move to Android Development, Refer the following link
Starting Point for Android
Study it
First of all, you need to download Eclipse and install ADT Plugin inside the Eclipse, run the first "HelloWorld" android project and try to understand the project directory structure.
Check this SO Question:
https://stackoverflow.com/questions/3211193/how-to-learn-developing-android-applications/3211803#3211803
https://stackoverflow.com/questions/3405695/tutorial-tips-trick-for-android