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
0
votes
1 answer

Tizen Native Application Unable to create

I am trying to create Tizen Native app, But i am unable to create app, View my below picture there is no samples available in native app, My Tizen sdk version is 2.1.1
appukrb
  • 1,507
  • 4
  • 24
  • 53
0
votes
2 answers

How to test tizen application on samsung device?

I am very new to Tizen SDK. I have just tried to run a sample native app on its emulator, which is running perfectly. I want to test its sample application on my samsung device but don't know how to do this. Can anyone help me through this?
0
votes
0 answers

tizen listview example with separated IListViewItemProvider? (Native app)

i was looking for an example of use of listviews on tizen, the one that comes with the official samples its not quite clear.... i have no idea how to implement the IListViewItemProvider outside the scene, is it possible to achieve?
0
votes
0 answers

Tizen native app: Getting Panel from SplitPanel

i'm trying to get a particular panel from a panel done with the UI designer, this panel is a Panel control my code is something like firstly i've tried with Code: Panel* pPanel=static_cast< Panel*…
0
votes
1 answer

Get AppID of all installed applications (Tizen Native app development)

How can I get the appId of all the applications installed on my tizen device/emulator? I want to get all the appId's and their name and then launch a particular app by comparing that the name of app is the app what I want to launch.
shalki
  • 890
  • 3
  • 14
  • 31
0
votes
1 answer

Adding Tizen native application at framework level

Is it possible to add Tizen native application at framework level as a inbuilt application Can any one give ideas about this
0
votes
2 answers

Invoking particular class of native app from service app in Tizen

Is there any API to invoke a particular class of native app from service app in Tizen? From service app i can able to invoke native app but not the particular class by using the code AppId callerAppId = L"someId"; AppManager* pAppManager =…
0
votes
2 answers

Native Application in Tizen IDE: signing crashes and prints odd non-ASCII characters

When i execute web application is OK.. but when i execute native application is something wrong.. there are error message.. When i execute like ( Project right click -> Build Package -> TPK ) It occur the error message Fail to build…
0
votes
1 answer

Add controls in a class other than form class in tizen

I need to have two IconListView in same form. I created a second class for displaying the second listview but while using the AddControl() in the second class it shows an 'undeclared identifier error AddControl'. While the same code works if…
Rohith Murali
  • 5,551
  • 2
  • 25
  • 26
0
votes
2 answers

How to include multiple bitmaps into a global arraylist?

I have an ArrayList as a member variable of a class which should be intialized with a bitmap object when the function, OnImageDecodeUrlReceived() and the whole list should be used in another function, OnCreate() later. But since the bitmap objects…
Rohith Murali
  • 5,551
  • 2
  • 25
  • 26
0
votes
1 answer

AppState of other application(s) from my current Application in Tizen?

I am writing a test application to test Tizen applications. For this I need to get the AppState of other application(s) from my current Application using below API: AppState Tizen::App::App::GetAppState(void) const Please help me how to get the…
rakar
  • 15
  • 1
  • 6
0
votes
1 answer

How to dispatch an event at given coordinates in tizen

I want to dispatch a touch event automatically in a Tizen app without user interaction. I have used dispatchevent() method but it requires an HTML element to trigger the event. Also I have used generatetouch() method in Tizen native app but it…
akshma
  • 1
  • 1
0
votes
4 answers

How to handle hardware button "Back" on Tizen platform using EFL library

I use EFL library to develop applications for Tizen platform. I need to implement event handler for hardware button "Back". In native Tizen API it is done pretty simple. But I have no idea how can I do this in EFL library. I tried to do it using the…
Kirill
  • 162
  • 8
0
votes
2 answers

Not able to launch Tizen Native App

I am not able to launch Tizen Native App.Its stuck on 74%.In logs its showing cannot create package. The last message on console while the launch was stuck on 74% was: Signing... C: && cd C:\tizen-sdk\tools\smart-build-interface..\ide\bin &&…
ani
  • 11
  • 1
  • 4
0
votes
1 answer

Form into a form with Tizen

I started using Tizen SDK to develop a native app. And I have to make a form into a form. Actually, it works, but I've some bugs with it. I mean, the footer bar is bugged, when I click on an item from the footer. The app crash immediatly... Do you…
Kyu_
  • 800
  • 4
  • 10
  • 18
1 2 3
18
19