Re: [protobuf] Protobuf 2.4 and Android

2011-02-05 Thread Igor Gatis
If size is what matter the most, I'd look for j2me implementations. Check http://code.google.com/p/protobuf/wiki/ThirdPartyAddOns On Sat, Feb 5, 2011 at 3:23 AM, Pherl Liu wrote: > The protobuf in android source code is a branched protobuf for google > voice, which is not intended for public use

Re: [protobuf] Protobuf 2.4 and Android

2011-02-04 Thread Pherl Liu
The protobuf in android source code is a branched protobuf for google voice, which is not intended for public use, and may change in the future. Generally, you should use the opensource version of protobuf in your app, set the "option optimize_for = "LITE_RUNTIME";" in your proto file and use the p

[protobuf] Protobuf 2.4 and Android

2011-02-03 Thread pprados
Hello, With Android source code, we can find a specific version of Protobuf. The version 2.4 is it compatible with Android ? What is the best approch to use a lite and optimized version, parameter, options of Protobuf with Android ? Regards Philippe -- You received this message because you are