Tagged Questions
-3
votes
2answers
395 views
How to visualize real time data on Android? [closed]
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 in real time .
I know that I can use OpenGL ES, ...