watchkit - Possible to cross-platform develop Watch/Wearable applications? -
since new in world of developing apps watches, , fact exists smartphones following frameworks:
- xamarin
- phonegap
- appcelerator
- kony
- cordova
- ...
i wonder if there exists watches apps similar frameworks? code once run overall.
thanks
edit 1:
at day (12.05.2015) regarding answer of nativescript maintainer here. go nativescript start writing app wearables.
cordova/phonegap apps don't work directly on wearable devices/watches. cordova/phonegap javascript api can run on webkit/webview on mobile os's. android watch , apple watch doesn't support webkit , apps developed cordova don't work directly on watch devices. if want extend of features existing cordova app wearable app, need create extension app in native language , extension should able communicate paired app on mobile device. extension on watch have ui , bussiness logic etc runs on cordova app on mobile. possible establish communication between these apps drive display on watch devices.
i not sure other frameworks listed above on how support wearable devices.
Comments
Post a Comment