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.