Languages

Menu
Sites
Language
Best way to develop hybird app

Hello Devs

I am thinking about developing twitter app with native sdk. Can I use javascript bridge to do communicate with twitter or I should develop Web App with native service in background?

 

 

 

Edited by: Anonymous on 01 Nov, 2013

Responses

2 Replies
Alex Dem

Hi,
Here interesting articles:
http://download.tizen.org/misc/media/conference2013/slides/TDC2013-Native-Hybrid_Tizen_Apps_Development_Technique.pdf
http://smartdevcon.eu/static/uploads/talks/Smartdevcon_Katowice_ppt_Symphony_Teleca_Tizen_Apps.pdf

Message port is preferable due security,  but as i know if you want acheive oAuth support  - Native app based on webview (which could use JavaScriptBridge) should be developed. As I know In case of webview you will able to control all transition between pages and extract oauth tokens/verifiers from callback_url.
Alexey.

thanks