Languages

Menu
Sites
Language
2.3 SDK docs?
Where are they? Btw where is the ui builder?
View Selected Answer

Responses

8 Replies
daniel kim

Hi,

Docs of 2.3 SDK can be found in the help-page on the IDE if you install it.

 

This is about the UI builder.

If your application project has a UI resource XML file (for example, IDL_FORM.xml) in the res/<screen-size-normal>/ folder, double-click the XML file. The UI Builder is launched automatically.


If your application project does not have a UI resource XML file in the res/<screen-size-normal>/folder, right-click the project in the Project Explorer view and select Run Native UI Builder
 

 I wish it will help you.

jose juan llopis temes
So what are EDC files then?
Alex Ashirov

Hi,

Please correct me if I am wrong, but I have not found the UI builder in the Tizen SDK 2.3. Also, there is no “Run Native UI Builder” item in the context menu.

Geon Woo Kim

This is what I know.

Since SDK version 2.3, the UI builder does not exist anymore. You have to use EFL interface instead of.

Marco Buettner

2.3 ist just beta... Some not all features/tools maybe updated for the beta and so currently not available.. The alpha hasn't native application section :)

Alex Ashirov

Hi,

As far as I understand it was called “Core API ” instead of Native API in the Alpha.

No native UI builder!!

So, I have to wait or start porting... what a chaos?

 

 

 

Mark as answer
Daniel Juyung Seo

Hi all, in the Tizen 2.3 native framework, there are two main ways of creating your UI.

 

1. Using elementary container widgets

Elementary Widgets

    https://developer.tizen.org/dev-guide/2.3.0/org.tizen.mobile.native.appprogramming/html/guide/ui/widgets_guide.htm
    https://developer.tizen.org/dev-guide/2.3.0/org.tizen.mobile.native.apireference/Elementary.html

Creating UI Layout

    https://developer.tizen.org/dev-guide/2.3.0/org.tizen.mobile.native.appprogramming/html/tutorials/ui_tutorial/uilayout_tutorial.htm
    https://developer.tizen.org/dev-guide/2.3.0/org.tizen.mobile.native.appprogramming/html/basics_tizen_programming/efl_app_layout.htm

 

 

2. Using EDC script and GUI builder(Enventor)

You can create your project by the following instructions.

    File -> New -> Project -> Tizen -> Tizen Native Project -> Template -> MOBILE-2.3 -> UI Application -> Basic UI Application (EDC)

or you can add a new edc file into your existing project.

    right click on res directory of your project explorer -> New -> Other -> Tizen -> EDC File 

What is EDC?

    https://developer.tizen.org/dev-guide/2.3.0/org.tizen.mobile.native.appprogramming/html/guide/ui/edc_guide.htm

Enventor(GUI Builder for EDC)
    https://developer.tizen.org/dev-guide/2.3.0/org.tizen.mobile.native.appprogramming/html/ide_sdk_tools/enventor.htm

 

If you need more information about EFL in Tizen, please refer the following documentations.

    https://developer.tizen.org/dev-guide/2.3.0/org.tizen.mobile.native.appprogramming/html/guide/ui/ui.htm
   https://developer.tizen.org/dev-guide/2.3.0/org.tizen.mobile.native.appprogramming/html/basics_tizen_programming/efl.htm
   https://developer.tizen.org/dev-guide/2.3.0/org.tizen.mobile.native.apireference/EFL.html

 

 

 

Thanks.