Languages

Menu
Sites
Language
Can I initialize the database first time.

Hello,

First of all very  good to see, samsung developing own platform for mobile application.

Thanks to samsung.

I have some doubt, should i intialize the database first time.

Once application has launch database initialize first time, after that do n't want insert any record only fetching will be possible.

Should it be possible in Tizen.

Should Tizen support multi-window.

Thanks 

Simoun

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

Responses

1 Replies
wil smith
You can initialize the database instance inside OnAppInitializing()/OnAppInitialized() method one and reuse it for other DB operations in other parts application. AFAIK, in reality multi-window is not supported in Tizen, but using UI containers and threads you can have a pseudo multi-window look.