We are developing a module to take your blood pressure using your finger.
The module is integrated to the phone and communicating using i2c.

We are building a part to stream raw data to third party applications.

We have an application streaming ~200 lines of data every seconds.

Application #1 -> ApplicationStreamFromModule #2 -> drivers -> i2cmodule

The minimum android SDK version is 7.1.1.

What is the most effective and elegant way to stream this data #2 to 
another application #1?

Timing is important (the user interface needs to react to data).

We found way using socket (a bit overkill), ContentProvider (we think it's 
too heavy / slow), Message/intent/other??

Thank you very much!

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/d469c2e7-4950-45ca-8de7-2119598153fc%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to