Which programming languages are available for developing native apps in tizen OS?
Which programming languages are available for developing native apps in tizen OS?
16.7k Views Asked by user3134167 At
5
There are 5 best solutions below
0

Native app development in Tizen can also be done using EFL libraries and c programming. You will have to write your graphics files or lets say screen using edc (Edje Data Collection a componant of EFL), and then you will map these edc files with your c programs for UI callbacks.
for edc reference http://docs.enlightenment.org/auto/edje/edcref.html
C++ and HTML5. We have a guide on porting apps over from HTML5: http://tools.appbackr.com/porting-html5-apps-tizen-guide/
The important steps to add are