-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Developing the ios(native) module. #4
Comments
Hi. Thanks for using the repo. Can't say best practice because things continue getting better here in term of KN. About IDE
About sharing code
I might be wrong because I am really not that kind of deep deep native expert who can re-invent the wheel in a concise way. xD BriefBut KN really shines when you only embed all the very core business logic (without platform API). Like your model class and all the related logic. So, the answer is yes, it works. I mean, write code and running on 2 platforms, but you should control it in a way that you can handle :) Only my 2 cents, hope it helps. |
Hi, Thank you so much for your response and that explanation. But when I open this Once again, Thank you so much. :) |
I got it worked now. So I need to include the |
Really thanks for sharing the information ! |
Thank you for this example that you provided in this repo.Really help me to get started with Kotlin/ Native.Can you tell me, how to build the ios app or create ios app in AppCode in KN?because I according to (http://developine.com/kotlin-native-ios-development-multiplatform-project/ and https://blog.csdn.net/xiangzhihong8/article/details/80630159) ,step by step but build failed or build empty view or nothing, please help me, would you provided AppCode Demo in KN,Thanks |
Hi, First of all thank you for this example that you provided in this repo. Really help me to get started with Kotlin/ Native and MPP.
I just want to ask you, what is the best workflow for now, for develop the iOS (Native) module. For example if I want to use the iOS framework API (NSUserDefaults, NSURLSession, etc), what is the best practice to work on it? Which IDE should I choose to work on this part, since seems like we can't work on this via IntelliJ (for now). If you have some tips regarding setup for these stuff, I would love to know that more.
Thank You so much.
The text was updated successfully, but these errors were encountered: