Hi,
I am trying to test something. What I want is to have two sections on the screen. Let's say right section is playing the video from the server and left section should be polling the server for some content every few seconds and if there is anything new , it will show that on the left side.
In short, I want two tasks running simultaneously. Is that possible ?? and if yes, how ??