android - PhoneGap interop -
smartphone app should run on
- ios
- android
- windowsphone
use-case
- capture video
- go through rich ui
- video processing
implementation
- use phonegap 'video capture' & 'ui'
- use os specific implementation 'video processing' part ( 'objective-c' iphone, c++ android & c++/com windowsphone )
before putting more stakes phonegap, know if
- phonegap support above use-case, support os specific interop ( video processing ) on per os basis?
- phonegap supports single solution/project including per os native implementation 'video processing' part ?
any appreciated.
as per use-case
confirm. take on capturevideo api
confirm. phonegap supports jquerymobile , other mobile web frameworks.
conform. implemented additional phonegap plugin (s). ideally have same js file across platforms api definition , different platform specific implementation each platform.
Comments
Post a Comment