문제

I was wondering if it is possible to create a library with codenameone that can be used in a native iOs/Android/... App. This library should contain the business-logic and the rest of the app should be implemented native.

Is thought this isn't possible, but the technical advisor of a client insists that this is possible.

도움이 되었습니까?

해결책

I misread the original question, you are correct its impossible to do this and impractical to do this since the size of the library will be too big. If you want to create a library for iOS with Java the best approach would probably be J2Obj-C which was designed specifically for that purpose: https://code.google.com/p/j2objc/

Originally I had referenced these which allow you to create library projects for use with Codename One which might be the source of the confusion:

http://www.codenameone.com/3/post/2013/07/jaring-and-libraries.html

http://www.codenameone.com/cn1libs.html

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top