How to write a multiple-request JavaTV ap?
Hi, I have a problem about writing a JavaTV ap with JavaTV Service API.
In JavaTV, the SIRequest class is different from the SIRequest class in MHP SI (The later is lack of appData to identify the return result type). That means I can retrieve different things continuely without concernning the order of the return result.
So, if I want to request several SI in JavaTV, how do I write the ap with JavaTV Service API?
Thanks for any example code or suggestion ^^

