How to visualize real time data on Android? [closed]
- by matarsak
I want to build and android app that visualizes real time data (2D animation). I set up a UDP channel that get the data, now I want to visualize it.
I know that I can use OpenGL ES, but after a few weeks, I dont think that I'm able to learn that. What about Android Processing? Could it be used for an extensive visualization task like this? or is it limited in some way? I've heard it's not hard learn.
Any other options?