Languages

Menu
Sites
Language
which template i have to choose???

hi 

i am new to tizen native application development. now i want to develop an app using the below code in bluetooth api

 

BluetoothManager btManager;

// The application must implement the IBluetoothManagerEventListener interface
btManager.Construct(*this); 

BluetoothOppClient oppClient;

// The application must implement the IBluetoothOppClientEventListener interface
oppClient.Construct(*this); 

for this which template i have to choose and also where i have to place this code??? or shall i write a seperate function for this if so how can i call that function??

 

thanks in advance

Edited by: Brock Boland on 17 Mar, 2014 Reason: Paragraph tags added automatically from tizen_format_fix module.

Responses

1 Replies
john Smith
hi, Goto IDE -> New -> Project -> Tizen Native application -> Form based application -> without scene manager. Put your code snippet in OnActionPerfomed(), switch(actionId) { case ID_BUTTON_OK: { AppLog("OK Button is clicked!\n"); } break;