I am studying ProtoBufs and would like a good example of using it in Android and the presence of * .proto files (s) located on the server. I cannot find suitable tutorials for using RPC.
I would like class examples to show how to bind data (for example: http: /a-site.com/my-file.proto), and then deserialize / inflate data in a listView with binding. I don't need to serialize any data - just read and inflate it on the device.
Plz note that i'm currently learning web services; I really know how to create * .proto files - I just need to explore the Android side. Otherwise, I'm sure it would be easy for me to implement ProtoBuf.
Thank you so much for your help!
source share