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
A general question - is there any information available about writing new apps for the Samsung Galaxy Gear? I know that it runs Android, and has a documented list of features and inputs, but how would one go about integrating an app running on the watch with those on the paired phone ?
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 9 years ago.
Improve this question
What software is being used successfully to develop android apps and not get caught up in rights nightmares? I want to be able to sell/distribute freely.
Any input would be appreciated, thanks.
You can read the developer documents here: http://developer.android.com/tools/sdk/eclipse-adt.html
If you code the app all yourself you will not have any issues.
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 android-compatible (from 2.3.3 to 4.0.3) IRC library for Android?
As of yet I am unable to find one, and any assistance is appreciated!
Try http://www.yaaic.org
They have the souce in GitHub
https://github.com/pocmo/Yaaic/
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 want to make an app for voice chat between 2 or more android devices over wifi (local-intranet) can any one direct me in the right direction.
Any good tutorial or working example.
Thanks
Hey you are talking about Session Initiation Protocol go to this link you will get some info
http://developer.android.com/guide/topics/network/sip.html
https://labs.ericsson.com/developer-community/blog/develop-ims-sip-client-android-part-2
http://www.voipsupply.com/blog/first-look-sipdroid-open-source-sip-client-for-android-mobile-phones
also see this
https://labs.ericsson.com/developer-community/blog/develop-ims-sip-client-android-part-3
surely you will get something how to start up with SIP.
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
Is there an app for Android Tablets (I have the Toshiba THRiVE) that I can use to write and run Python? I have ConnectBot for remote access (mainly for C/C++), but I am curious if there is an app that I can write and run python without remote accessing.
Look at SL4A. There's even some books about it.
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'd like to use the Android fork of libjpeg-turbo for a stand-alone Android application, rather than integrating it into a build of Android itself (as described here). Can anyone point me at a guide or example of doing that?