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!

有帮助吗?

解决方案

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:

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top