jquery - Making Android code cross platform -


my android app uses dynamic ui. is, of ui screens made of simple types (gallery, list view, form view) , created entirely java code instead of using xml templates. because there hardly static in ui. java code uses sqlite extensively. there no media stuff (images, videos) , plain database front end app. doesn't use of device capabilities (camera, sms etc).

there 3 major areas - sqlite files, pure java code not have android dependency, android ui java code (listview etc - pretty thin code). need make of these work in ios.

what choices make code cross platform (atleast port ios)? jquery mobile? phonegap? other? thanks!

have tried google project j2objc?


Comments

Popular posts from this blog

monitor web browser programmatically in Android? -

Shrink a YouTube video to responsive width -

wpf - PdfWriter.GetInstance throws System.NullReferenceException -