Hello,

On Tue, Jun 17, 2014 at 12:20 AM, karthik karthik <
[email protected]> wrote:

> Thanks Ning,
>
> Do I get this correct.
>
> Is it best to use it but not it must be used.
>

If you write an EFL application, you should use ecore main loop.
If not, it's up to you.

EFL: ecore_main_loop
GTK+: g_main_loop
QT: QEventLoop

I briefly checked aul_launch_app from /framework/appfw/aul-1 with tizen_2.3
branch.
It does not look like you need to use ecore main loop just to call that API.
launch_app.c is just a test application that uses EFL and I didn't see any
relationship between EFL and aul_launch_app API.


>  I am asking this because my aim is to use the 'aul_launch_app' to launch
> an html5 application.
>
> Hence I just want to use tizen core api...
>
> I have one more question. When I install a html5 app using wrt launcher, I
> am able to see the installed package using pkgcmd command.
>
> How to do the same for a native application. How to add it to the
> database...
>

For this, I think it would be better to split the mail thread for another
question.

Thanks.

Daniel Juyung Seo (SeoZ)


> Thanks
>
>  ------------------------------
> * From: * Wang, Ning W <[email protected]>;
> * To: * karthik karthik <[email protected]>; [email protected]
> <[email protected]>;
> * Subject: * RE: ecore main loop in launch_app utility
> * Sent: * Mon, Jun 16, 2014 6:53:00 AM
>
>    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

Reply via email to