언어 설정

Menu
Sites
Language
tizen gui contacts application

Hello Everybody,

I use SM-Z300F smartphone and develop native gui application using tizen SDK 2.4. My application is similar to contacts application.

Is it possible to download embeded contacts application, which is included in firmware, and compiling with SDK?

By URL https://review.tizen.org/git/ there are several applications, named contacts. Which one is used on the phone desktop?

Most of them use includes <FApp.h>, <FBase.h>, <FSystem.h>, <FUi.h>. So it is not possible to compile these application with SDK, because SDK doesn't have such files.

Or, there are other applications, similar to contacts, that use EFL/Elementary/EDC api?

The application from SDK online sample is very poor by design.

 

 

Responses

2 댓글
Nafisul Islam Kiron

Hello I checked that link and saw that there are "contacts" git entry for apps, framework, platform, pkgs and profile.

The framework, platform and pkgs looks like they are directly connected to OS.

 

For tutorials and api references please check:

https://developer.tizen.org/development/api-tutorials/native-application/social/contacts

https://developer.tizen.org/dev-guide/2.3.1/org.tizen.native.mobile.apireference/group__CAPI__SOCIAL__CONTACTS__SVC__MODULE.html

https://developer.tizen.org/dev-guide/2.4/org.tizen.native.mobile.apireference/group__CAPI__SOCIAL__CONTACTS__SVC__VCARD__MODULE.html

Eugene Kurzberg

This is the latest version of Contacts reference application that is included in emulator and reference device. It can be built by SDK, however it is using some API that is not yet available on Tizen 2.4, so you should just comment it out. Also note that this is a multi-project application so make sure to import all the projects into SDK from this repository.