언어 설정

Menu
Sites
Language
Access database

hi ,

if i build  one  form in html can i access db ? basically i want list to be display as per my database . or i have to go for native ? is web view presnt like android have

 i am android dev , i am new to tizen any tut are presnt for this ?

Responses

5 댓글
AVSukhov

Hello,

You can use Indexed DB and Web SQL DB in Web app:

https://developer.tizen.org/dev-guide/2.3.0/org.tizen.mobile.web.appprogramming/html/guide/w3c_guide/storage_guide/indexed_database.htm

https://developer.tizen.org/dev-guide/2.3.0/org.tizen.mobile.web.appprogramming/html/guide/w3c_guide/storage_guide/web_sql_database.htm

appdaily

any sample app is presnt ?

appdaily

in tizen is der any method call WEBVIEW ? or we have to make web app only? and we can access  contact and make it in vcf format in web application ? basically i want to know wther my reuqminets are possible viva web app or i have to go with native

AVSukhov

All info you can find in documentation:

DataBases in W3C API

Contact in Device API

https://developer.tizen.org/dev-guide/2.3.0/org.tizen.mobile.web.appprogramming/html/cover_page.htm

colin Rao