Which programming languages are available for developing native apps in tizen OS?

StackOverflow https://stackoverflow.com/questions/20770977

  •  21-09-2022
  •  | 
  •  

Pregunta

Which programming languages are available for developing native apps in tizen OS?

¿Fue útil?

Solución

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

  1. hardware button functionality is required
  2. the screen resolution

Otros consejos

Apart from C++ and HTML 5 it also supports C at system level.

Native Application written in- 1. Application written in Core APIs UI Application - Applications with UI - Developed using EFL + Core APIs 2. Service Application - Applications without UI - Developed using Core APIs Both are written with C++.

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

Along with C/C++ , HTML/JS/CSS

.NET

Check this out...

https://developer.tizen.org/development/preview

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top