Languages

Menu
Sites
Language
Tizen native progress bar.

Hi i want to create a progress bar.Can any one have sample code for that.

Responses

5 Replies
Jean Yang

You can find the example from below tutorial.

https://developer.tizen.org/development/tutorials/native-application/application-framework/notification#bar

 

Palitsyna

Hello,

You can find code examples in the link, provided by Jean Yang, and here is the Developers Guide for Notifications: https://developer.tizen.org/development/guides/native-application/application-framework/notification

It contains general information about Notification.

rohit sijwali

Actually i have a webview and i want progressbar on click in a webview content.How can i do that.

Alex Dem

Hi,
I was not tried to use this widget with WebView, but for Native apps maybe you could try to look at:
https://developer.tizen.org/dev-guide/2.3.1/org.tizen.native.mobile.apireference/group__Progressbar.html
also, there is useful api for WebView ewk_view_load_progress_get (which gets the current load progress of the page) 
Alexey.

Alex Dem

just fyi,
web view api & tutorial
https://developer.tizen.org/dev-guide/2.3.1/org.tizen.native.mobile.apireference/group__WEBVIEW.html
https://developer.tizen.org/dev-guide/2.3.1/org.tizen.tutorials/html/native/web/web_tutorials_n.htm
Alexey.