Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

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

like image 969
user3134167 Avatar asked Dec 25 '13 09:12

user3134167


People also ask

What language does tizen use?

With Tizen . NET, you can use the C# programming language, Common Language Infrastructure standards, and benefits from a managed runtime for faster application development and code execution that is efficient and secure. You can develop and run Tizen .

Which programming language is used for developing native?

Swift and Objective-C are the programming languages used for developing native iOS applications.

What language are TV apps coded in?

The most popular languages to develop smart TV apps include: HTML/CSS/JavaScript. XML. JSON.


2 Answers

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
like image 198
user2770036 Avatar answered Sep 23 '22 04:09

user2770036


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

like image 28
prince Avatar answered Sep 23 '22 04:09

prince