Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 6 years ago.
Improve this question
Are there any version/equivalent of R for android platform, specifically a .apk file?
If not, how do one build it from the source, without rooting the device?
(R is a free software environment for statistical computing and graphics. It compiles and runs on a wide variety of UNIX platforms, Windows and MacOS.)
I'll add one answer to this already a bit dated question, since things have developed a bit in the last year or so.
You can install R locally on an Android device using the GNURoot software that is available from the Google Play. Despite it's name, GNURoot does not require rooting the device. I outlined the installation process in a few more details in my blog at http://www.r-ohjelmointi.org/?p=1434.
There is also R-Fiddle (http://www.r-fiddle.org/) that you can use through browser, and if you can connect to a WLAN while on a journey, it might be worth testing, also.
RStudio server is one possibility, you could that from a tablet - http://goo.gl/PAEvR
Related
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 2 years ago.
Improve this question
I am currently trying to build an android app but I rarely have access to a pc. Instead I do have an android phone which Is powerful enough and I use termux in it. I just want to know if there is any way I could build an android app in it. Even if it is by installing a Linux distro on it like Ubuntu etc. Thanks
https://developer.android.com/studio/install - you can download android studio for ubuntu, so would properly work on your phone as well
You can use jvdroid app available in the play store, which can compile kotlin on an android phone.
Here is a link to it: https://play.google.com/store/apps/details?id=ru.iiec.jvdroid
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
Well i am trying to find a good software which helps me in coding. Hassle free and a bit helpy?
As of now eclipse is generally used by most of the people around the world. You can download the same either from eclipse official site and download the plugin for the same
Or you can use Android studio for the same. To do the same you can download it from the official android developers site https://developer.android.com/sdk/index.html .
Do keep in mind that after some time, android studio may be used more by people as it is developed only for android development and also google is stopping to provide support for eclipse.
One more thing that, once you download the software, you will need to install sdk's for the api level for which you want to develop
All the support for development for android is available at the above mentioned link. Information about all the libraries are also available at the same. For more resources, you can always use youtube for the possible leacture series and also use stackoverflow and codata whenever you are stuck.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
In my company we have started development in android application.
Our problem is there are multiple developers for same application and usually need to work on same files so it is really difficult to integrate work each one of us does. Also we are looking for versioning system also .
For php development we used VSS where on one file only developer can work which was fine but unable to use it for android since we moved to ubuntu and everyone is having their own eclipse setup.
Please suggest solution.
Thanks in advance.
So you are looking for a versionning control system. I recommend to use GIT, you can host the remote on github (as it's free for public repository), on bitbucket (for 5 users private repository) or on your own server with GitLab
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
I am looking for a phone (preferably android) where I can use software to have full control over the cellular radio hardware. anyone know of such a device? preferably a popular device on the market :)
My last topic on this was rather rapidly closed for unusual reasons
https://stackoverflow.com/questions/5961637/for-what-android-phone-is-the-ril-and-radio-driver-open-source-closed
"Questions on Stack Overflow are expected to generally relate to programming or software development in some way"
My question is looking for some software to do some programing on! how much more related can you get?
In the past, I've got the Android RIL (which I think is opensource) to work perfectly on my HTC Hero. I've since then sold it but I can remember it worked flawlessly. These guys do their best to put only free software on their Android devices and it works pretty well for the HTC G1 and the Nexus One.
You can also catch them on #replicant on irc.freenode.net, they're pretty good at what they do and I think they could point you to a wider range of devices.
This may not be exactly what you are looking for since Some Assembly Required(tm), but the OMAP Zoom dev kits can use modem modules with open-source RILs from Infineon and Enfora.
Check these links for more info:
Modems for OMAP kits
Zoom2 kit
Blaze kit
Infineon X-GOLD RIL source
Enfora EDG0308 RIL source
Other OMAP dev kits
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
I'm interested in developing an android app that makes use of an OpenCV android port at http://code.google.com/p/android-opencv/. Particularly, I want to use SURF features which comes embedded in the OpenCV framework but I'm not sure if then I will be able to sell this app.
Anyway, is there any non-free app making use of any of the OpenCV android ports?
SURF is a patented algorithm. You need permissions to use it in commercial applications. SURF comes with OpenCV because there its being used for "academic" or "research" purposes, without any commercialization involved.
Read the license files of the particular port you are using.
The two different ports I googled and looked at in the past two minutes seem quite clear.