Languages

Menu
Sites
Language
Multitasking

Hi all,
my application has a bug open by Samsung that is saying that should support multitasking and it points to:
https://developer.samsung.com/smarttv/develop/guides/fundamentals/multitasking.html
However I don't find any reference on the web on how to do the same with Tizen .NET.
Can you point me to the right direction?
Thanks

 

Responses

3 Replies
Juyun Jang

The multitasking feature in Samsung TV means that when the application is paused by the execution of another full screen app, the process is not terminated and the process should be maintained. When a re-execution request is made while it is being maintained, the existing process needs to be able to continue operation.

There is no specific guide for .net applications. When the application is paused, if the app does not terminate itself, the multitasking condition will be satisfied.

Sangwook Kim

Please provide the error message and the details about what your application tries to do.

Ap

Thanks both, it seems that my app is doing exactly what described(means that when the application is paused by the execution of another full screen app, the process is not terminated and the process should be maintained) then I am not sure why they opened a bug. I will ask and I'll let you know: thanks for your support