언어 설정

Menu
Sites
Language
Drag & Drop support in Native API

Hi All,

Whether Tizen 2.3.0 supports Drag & Drop API . I know it is supported in HTML5 API and was also 

supported in Tizen 2.2.1.

Please point me to the documentation in 2.3 regarding the same.

 

Also I want to implement a Drag & Drop on home screen, aim is to drop an app (e.g. Facebook) icon on my App icon.  Is this possible?

Unlike dropping it on a folder icon, I don't want to move it from home screen to Folder, but I want to trigger a launch of myApp, with the 

details, like Name, of the dropped App. 

 

Thanks in advance for your inputs. 

 

Thanks,

Ashwini Kumar

Edited by: Ashwini Kumar on 23 2월, 2015

Responses

3 댓글
Alex Dem

Hi,
I did not face with analog of native api (as in 2.2.1) :  Tizen::Ui::Control::AddDragDropEventListener which uses Tizen::Ui::IDragDropEventListener interface.
Alexey.

Alex Dem

just fyi,maybe could help, how to track touch events:
https://developer.tizen.org/dev-guide/2.3.0/org.tizen.mobile.native.appprogramming/html/tutorials/ui_tutorial/multipoint_touch_tutorial.htm
https://developer.tizen.org/dev-guide/2.3.0/org.tizen.mobile.native.appprogramming/html/tutorials/ui_tutorial/gesture_detector_tutorial.htm
Alexey.

Ashwini Kumar

Hi,

I want to drag & drop an App on MyApp, aim is to launch MyApp with the details about the App dropped on MyApp.

I know I can drop on folders, but how to achieve this for apps.

Any inputs will be apprecieated.

Thanks,

Ashwini