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.
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 3 years ago.
Improve this question
I saw the following in the Android documentation for camera2 from API level 23:
https://developer.android.com/reference/android/hardware/camera2/CameraMetadata.html#REQUEST_AVAILABLE_CAPABILITIES_DEPTH_OUTPUT
https://developer.android.com/reference/android/graphics/ImageFormat.html#DEPTH16
https://developer.android.com/reference/android/graphics/ImageFormat.html#DEPTH_POINT_CLOUD
However I could not find any practical examples of those. Are there any Android devices that support this API ?
Many thanks,
Guillaume
At this time Oct 2019, I know HUAWEI P30 series and MATE20 series support output of DEPTH_16 image.
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
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 need to detect user's mood (sad, happy etc) with the help of device's front camera, so Is there any APIs or SDKs available for Android to detect user's mood or emotions?
Google Play Services 7.8+ has a Face API that lets you determine whether the user is smiling or not, depending on your requirements that might be a suitable choice.
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 3 years ago.
Improve this question
I'm currently playing wiht Bluetooth Low Energy for android 4.3, don't have BLE beacons at the moment, so my idea is to user one android 4.3 as BLE server. But there is quite good explanation how to create client app
http://developer.android.com/guide/topics/connectivity/bluetooth-le.html#close
and almost nothing about server, except this link http://developer.android.com/reference/android/bluetooth/BluetoothGattServer.html
Is there are some tutorials or examples?
I found those very useful:
https://github.com/devunwired/accessory-samples
For the server parh check out this example:
https://github.com/devunwired/accessory-samples/tree/master/BluetoothGattPeripheral