Questions tagged [tizen-native-app]

Tizen is an open and flexible operating system built from the ground up to address the needs of all stakeholders of the mobile and connected device ecosystem, including device manufacturers, mobile operators, application developers and independent software vendors (ISVs).

Tizen is developed by a community of developers, under open source governance, and is open to all members who wish to participate.

The Tizen operating system comes in multiple profiles to serve different industry requirements. The current Tizen profiles are Tizen IVI (in-vehicle infotainment), Tizen Mobile, Tizen TV, and Tizen Wearable. In addition to that, as of Tizen 3.0, all profiles are built on top of a common, shared infrastructure called Tizen Common.

With Tizen, a device manufacturer can begin with one of these profiles and modify it to serve their own needs, or use the Tizen Common base to develop a new profile to meet the memory, processing and power requirements of any device and quickly bring it to market.

Mobile operators can work with device partners to customize the operating system and user experience to meet the needs of specific customer segments or demographics.

For application developers and ISVs, Tizen offers the power of native application development with the flexibility of unparalleled HTML5 support. Tizen also offers the potential for application developers to extend their reach to new “smart devices” running Tizen, including wearables, consumer electronics (TVs, gaming consoles, DVRs, etc.), cars and appliances.

The Tizen project resides within the Linux Foundation and is governed by a Technical Steering Group. The Technical Steering Group is the primary decision-making body for the open source project, with a focus on platform development and delivery, along with the formation of working groups to support device verticals.

The Tizen Association has been formed to guide the industry role of Tizen, including gathering of requirements, identification and facilitation of service models, and overall industry marketing and education.


Learn More

To learn more about Tizen, we invite you to read these whitepapers, and then get involved!


Source: https://www.tizen.org/about

Tizen Developers Page: https://developer.tizen.org/

280 questions
-1
votes
1 answer

Which line can I start to put my code in, in template for Tizen Native Wearable App (Samsung G3)

I just started trying to make a Samsung G3 app using Tizen Studio. I'm very new to coding in C. In the template given by Tizen Studio, I'm not sure where I am supposed to start coding/writing my own code. For example, if I want to start by…
James Dean
  • 33
  • 5
-1
votes
1 answer

Tizen native service crashes occasionally when memory freed

I'm developing a tizen web app and to implement some background actions I'm using a native service along. The service executes fine for some time and after that, it crashes often when some memory allocated with malloc is freed using free. Log cat is…
Aldrin Joe Mathew
  • 472
  • 1
  • 4
  • 13
-1
votes
1 answer

Tizen Native Application: Sample App with multiple text elements

I am completely new to Tizen development. And I need to develop an Tizen wearable native application which shows 3 text views(1. for current step count, 2. speed, 3. for distance) as soon as I get values from the sensors I need to assign these…
Akshay
  • 833
  • 2
  • 16
  • 34
-1
votes
1 answer

How to add or copy and paste a file in Tizen file manager?

I am new at Tizen. How to put my files, which are in my pc, to Tizen file manager, so I can access my custom photos, videos, apps from Tizen emulator.
-1
votes
1 answer

Tizen native companion Application. Any good sources to follow to start the development?

i am trying to build an native companion app for gear s2. I was trying to start build the project but i am stuck at the point that i dunno how to set up the Samsung Accessory Protocol. I have read this native-companion/setup but it seems to be…
-1
votes
1 answer

How to hide header and footer in tizen webviewer sample app?

I am building a native c/c++ app of tizen which will only open my website in the webviewer. I am using webviewer sample app for this. I am not able to hide the header and footer which comes with this sample app.
mannuscript
  • 4,711
  • 6
  • 26
  • 25
-2
votes
1 answer

Where to learn Tizen Native Wearable Basics

I'm trying to develop an app for my Galaxy Watch which runs on Tizen. I'm not able to find any wholesome tutorial out there for Tizen. Do you mind recommending me some? Thanks
-2
votes
2 answers

Starting Native application from web application in Tizen wearables

I want to create a tizen wearable application where I can invoke the native service from tizen web application on button click. I have been finding this for the past week, but could not get round this issue. Can anyone help me with the code? Thanks
-2
votes
2 answers

How can I handle error in Tizen Native app using C language?

in the C language there isn't the statement try/catch. How can I handle the errors?
vittochan
  • 635
  • 1
  • 7
  • 18
-2
votes
1 answer

Tizen nativ wearable development error Cannot find binary file(/Users/yvonne/CeBIT/CeBIT/Debug/cebit)

I'm very new to Tizen and also to C. I want to develop a nativ Tizen app for the wearable Samsung Gear S2. I opened a Basic standard Projekt and wanted to run it on my watch. In the console was at the end the error: "Cannot find binary…
Yvonne Marggraf
  • 398
  • 2
  • 5
  • 19
1 2 3
18
19