Using java libraries on iphone apps -


i have develop iphone app , have use java libraries, there way it?, or options have?, thought maybe use libraries server calls (using web services maybe) don't know if possible either. thank you!

currently there no way use java libraries directly on iphone. need find objective-c equivalent.

your idea use server-side code , call iphone sounds more reasonable, however, need consider drawbacks of solution:

  • network bandwith , latency
  • iphone must online libraries work

Comments

Popular posts from this blog

html - How to style widget with post count different than without post count -

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

javascript - storing input from prompt in array and displaying the array -