this is nanopb website https://code.google.com/p/nanopb/

i dont know nanopb it can be used on android and iOS?

thanks

Best Wish

有帮助吗?

解决方案

You can use C language code in android and iOS. In android NDK is provided for native libraries.

其他提示

Yes, it is possible.

However, if your main application is in Java, it is probably not very pleasant to use a Protocol Buffers library through NDK. It will require a lot of boilerplate code in marshalling the messages back and forth.

I would suggest using the Google's own Java protobuf library, in its "nano" configuration mode.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top