Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I am developing an application where I need to implement VOIP.
It is about connecting 2 devices using WIFI to transmit conversation (voice).
My question is: Is there a free API or SDK that I can use in my application?
See here :http://developer.android.com/reference/android/net/sip/package-summary.html
Here is a demo app:http://developer.android.com/resources/samples/SipDemo/index.html
you can also use third party api (here)
Related
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
Is there any API in java to access hardware resources like volume controls?
i want to access volume controls of my laptop using java.i have tried java media framework to access controls but it is giving only basic information.
You may want to have a look at Oracle's Java SOund API
http://www.oracle.com/technetwork/java/index-139508.html
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
i'm trying to get the SDK for the Woosim Portable Printers for a project but i can't find them anywhere! You guys know where i can find those (SDK and sample code)!? I tried the home site but, no luck.
I'm using a Woosim Porti-S30/40.
I got them! For those o want them, you can download from this link!
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
Can anyone suggest any java library to use Skype public API?
I have not found Skype4Java or JSkype libraries.
I found skype4java. Yesterday download link was not available, so I thought that the library is not supported. Now everything is fine.
Link for download
Useful article
Thank you all
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
Is there any idea how to implement a java programm that captures video/audio from a webcam
/microphone and stream it to multiple clients. I know about JMF but it is quite old and not well document or supported.
I found a very good way via vlcj. Vlcj is a java wrapper for vlc.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
Where can I get an opensource library written in Java, especially for the IMAP protocol?
Something like imaplib in Python.
JavaMail API supports it. Go through Fundamentals of the JavaMail API and the JavaMail FAQ to get started with it.