Android developer portal with tools, libraries, and apps

Show: All / Free / Paid / Demo

FlatBuffers is a serialization library for games and other memory constrained apps.

Jun 29, 2015

Wire is a library for lightweight protocol buffers for mobile Java. Code generated by Wire has many fewer methods than standard protocol buffer code, which helps applications avoid the notorious 64k limit on methods in Android applications. Wire also generates clean, human-readable code for protocol buffer messages.

Jul 5, 2014

Thrifty is an implementation of the Apache Thrift software stack for Android.

Thrift is a widely-used cross-language service-definition software stack, with a nifty interface definition language from which to generate types and RPC implementations. Unfortunately for Android devs, the canonical implementation generates very verbose and method-heavy Java code, in a manner that is not very Proguard-friendly.

Mar 1, 2016

This app shows how fast flat buffer works when we compare it with json.

Jul 22, 2016

Codegeneration tool for isomorphic server and mobile Go apps backed by gRPC & Protobuf. Share code between your backend, Android & iOS app!

Nov 7, 2016

Example app to use Protobuf in Android using Square's Wire library.

Jan 20, 2017

This is an alternative Java implementation of Google Protocol Buffers.

Jul 5, 2014