Hi guys, I was started learning multiplatform and ...
# multiplatform
k
Hi guys, I was started learning multiplatform and now I have basic knowledge of this. My goal is to create a network library which works on Android and iOS. So what is the best recommendations to build library in multiplatform? I was never created a library before. Many thanks.
a
Start from here
p
Couple of general best practices - make sure you run your tests for all platforms while developing the library, not just on JVM/Android. Also, write sample apps that consume the library for both Android and iOS so you know if you’re creating an API that is Swift-friendly 🙂
k
@ayodele Many thanks to you for providing me great article. Actually I already read that article and I have basic knowledge about KMM library. I want to know is there any project that are working in live and great resource of learning as well. Thanks 👍
@psh Many thanks to you for great guidance. I'll make sure I'll test all the platforms and make a sample app for that.
a
Check out this library: https://github.com/xxfast/KStore It's very straightforward enough to make you understand
k
Many thanks for your guidance. I'll try my best. 😀