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
Is there any alternative to Apple ResearchKit for Android? or Is there any medical related API and Library for Android smartphones?
Thanks,
The Android version of ResearchKit is being currently built. It's called ResearchStack and I believe the beta version will be released in January.
Check http://researchstack.org/ for more information
Google Fit is the Android equivalent of the Apple ResearchKit. You can find out more here: https://developers.google.com/fit/?hl=en
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 6 years ago.
Improve this question
Map is the key feature in my Android application and I need to avoid Google maps API for the issues regarding the licensing. Is there any other options available which would be totally free?
Maps.me based on OpenStreetMap and have android api as opensource
https://github.com/mapsme/api-android
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
The S7 got a whole lot of new functions. Heart Rate Monitor, Always-On-Screen, where can I find worthful references or informtation about the API to be used to use these features?
The Heart Rate Monitor functions can be found in the Sensor Extension SDK. I think the Always On mode is only available for selected Samsung apps. It cannot be used by third-party apps.
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
I wonder if there is any apk-maker that runs on android phone to make an apk native on the phone without the need of using a PC?
Any help would be great.
You can code in Android on an Android, see below AIDE for coding.
https://play.google.com/store/apps/details?id=com.aide.ui&hl=en
I don't think it is very productive though! Good luck!
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 looking for something like Everyplay that has an SDK for custom engines on Android.
Does anything like that exist?
Thanks!
Sort of, there are screen capturing apps for both Android and iOS. But they're not available normally (android needs to be rooted, iOS needs to be jailbroken or use an enterprise build).
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 found an app called IM in Android's trunk on git, but that doesn't look like the Google Talk app that comes installed on Android phones.
Does anyone know if that source code is even published?
It is closed source. But you can take the apk and disassemble it using baksmali.
It's closed source.