Question

I would like to build an Android app that process acceleration data and return result every 0.5 seconds. Are there any way to deal with the problem with out using native code?

P/s: I'm a newbie so please go easy on me!

Was it helpful?

Solution

Currently, there is no official support for real-time Java on Android.

But, there has been some research/academic projects focusing on bringing real-time capabilies into the Android world, you should check out:

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top