views:

27

answers:

1

Hi,

I am able to read incoming messages via bluetooth from my phone. I want to parse the incoming stream (new CAN message in xml format every 100 ms), read the value in the message and display a graphic on the main screen of phone.

Need help in parsing this dynamic incoming stream.

Programming in Java in Eclipse for Android.

Thank you for your time and help.

Madhu

A: 

Just answered this on http://stackoverflow.com/questions/4050766/how-to-get-rss-feeds-android a minute ago.

Mathias Lin