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
Tizen native have handleMessage() like Android program (Samsung Gear)?
I am building my app which can multi-process (Multi-Thread).
My app will start new process ( new Thread). After new process ends, it can send a message to main-process.
After that main-process catches that message and start another new process.
How can i do it?
Ok I will describe my app.
Main-Process starts function Audio with UI. It play audio file after 5(s) it ends and sends a message with content is “touch_screen”.
Main-Process catches that message touch_screen. App will start service evas_object_event_callback_add(…).
after app can sense events when user touch on screen my Gear. every times touch screen count variable increase
if (count == 3) then child thread will send a message again.
Of course that message will send to Main-Process and Main-Process will continues to start new process.
Thanks,
BY
04 Nov 2024
Tizen Studio
BY
02 Apr 2024
Tizen Studio
BY
30 Oct 2023
Tizen Studio