*Ecore is a clean and tiny event loop library with many modules to do lots of convenient things for a programmer.* *Simple diagram of main loop below, as Wang suggested you should be using this loop if you are developing any app using EFL..*
[image: prog_flow.png] *- Dexter* On Mon, Jun 16, 2014 at 12:23 PM, Wang, Ning W <[email protected]> wrote: > Hi Karthik, > > > > I think the ecore main loop is for application lifecycle management. It’s > better to follow it when create a new native app. So the app can be handled > correctly when receiving corresponding events. > > > > Thanks, > > Ning > > *From:* IVI [mailto:[email protected]] *On Behalf Of *karthik > karthik > *Sent:* Saturday, June 14, 2014 1:00 PM > *To:* [email protected] > *Subject:* ecore main loop in launch_app utility > > > > Hi, > > > > I am trying to understand the launch_app utility. The doubt I have is > that the launch_app.c has a ecore main loop within which the aul_launch_app > command to launch application is used.. > > > > What is the actual use of this ecore main loop ? > > > > Should all native c application should follow this format (launching > applications in this main loop).. Or can we use the tizen core api's in a c > program without this ecore main loop concept.. > > > > Thanks, > > > > _______________________________________________ > IVI mailing list > [email protected] > https://lists.tizen.org/listinfo/ivi > >
_______________________________________________ IVI mailing list [email protected] https://lists.tizen.org/listinfo/ivi
