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.
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
I need some antivirus apps which are open sources on Android platform.
Thanks!
You might take a look at android-av (https://github.com/zaventh/android-av). It's a proof-of-concept framework for Android security. It's the only solution I was able to find.
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 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 ?
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?
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 know what should be starting point in Android source code to implement local DNS caching in Android. I want to have something like pdnsd or djbdns. Probably port djbdns on Android and modify flow so that Android framework points to djbdns for resolution.
If someone can point me to a file in Android source code that accesses the local DNS settings to resolve the domain name.