Languages

Menu
Sites
Language
Creating our own image viewer

Hi, 
Can any explain me how to create our own image viewer to display images.
Note : i dont want to use the Tizen provided image viewer
Regards
Harish

Responses

3 Replies
Alex Ashirov

Hi,

I don't know your requirements exactly, but think you may take a look at MediaApp sample delivered with the SDK. It demonstrates how to create your own image viewer.

Alex Dem

Hi
I think you able to create any simple Form based app like it was proposed above. (find ImageViewer in Tizen Native project->Sample->MediaApp)
and register your app like Application Control:
https://developer.tizen.org/dev-guide/2.2.1/org.tizen.native.appprogramming/html/guide/app/delivering_launch_arguments.htm
You could use use your own operation or use standart operation: http://tizen.org/appcontrol/operation/view with your uri
Alexey.

what about Gallery class?