Design Introduction “Air” Styles Mobile Design Principles Styles UX Overview Design Patterns UI Components for Tizen App Design 2.3 TV Design Principles Styles UX Overview Patterns UI Components Wearable Development Tizen Studo Overview Download Tizen Extensions for Visual Studio Family IoT extension SDK Docs Blog Blog Announcing the Tizen Studio 3.7 Release Announcing the Tizen Studio 3.1 Release Community Forums General Support Tizen .NET Web Application Development Native Application Development SDK & IDE Design Introduction “Air” Styles Mobile Design Principles Styles UX Overview Design Patterns UI Components for Tizen App Design 2.3 TV Design Principles Styles UX Overview Patterns UI Components Wearable Development Tizen Studo Overview Download Tizen Extensions for Visual Studio Family IoT extension SDK Docs Blog Blog Announcing the Tizen Studio 3.7 Release Announcing the Tizen Studio 3.1 Release Community Forums General Support Tizen .NET Web Application Development Native Application Development SDK & IDE
using api like waitforsinglepobject in tizen
hello,
I am writing a source code for executing repetitive funtionality.
To do this, i need a something like a “waitforsingleobject api”.
is there any sample to implement “waitforsingleobject api” in tizen???
Using Timer is not fit for writing source code, the reason is that
when wifimanager should wait the callback from listner. it mean my application should be waiting until event came from listener.
In this case, Main Thread cannot wait ,hold and sleep itself’s procedure by threadsleep or timer, until the callback event from listener.
– threadsleep freeze my application, can’t receive event from listener.
– using timer is just calling timer.start, right after call timer.start mainthread goes end.
my goal is writing source code like this, but using timer or threadsleep it’s impossible
function()
{
step1 procedure.
sleep(time) – during sleep my app. should receiver a event from platform like a wifi connected, Rssi changed,.
step2 procedure
sleep(time) – maybe waitingforsingleobject able to be here/?
step3 procedure
sleep(time)
……
}
if i need a lot of sequence like that wating listeners response.
if i follow guide line of Tizen samples, i should implement every source code in the “OnTimerExpired”. also it has a limitation to implement
i should use if~else or index counting to distinguish a test progress, sequences.. step1, step2,,,,
is ther any body to help this problem?
BY
16 Apr 2025
Tizen Studio
BY
04 Nov 2024
Tizen Studio
BY
02 Apr 2024
Tizen Studio