Pergunta

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!

Foi útil?

Solução

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:

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top