An open API service indexing awesome lists of open source software.

https://github.com/sub6resources/kotlinprotobufsample

A sample Kotlin Android client with gRPC and Protobuf
https://github.com/sub6resources/kotlinprotobufsample

Last synced: 3 months ago
JSON representation

A sample Kotlin Android client with gRPC and Protobuf

Awesome Lists containing this project

README

          

# ProtobufSample
A sample Kotlin Android client with gRPC and Protobuf!

Before working, you will either need to `make` the protobuf module, or run the project to generate the Java and gRPC protobuf source code.

After that, it's as simple as adding your own `.proto` files to the `proto` module and building your app in your `app` module!

The sample uses the grpc sample java server. To set it up see https://grpc.io/docs/quickstart/android.html

To access a local server from the AVD, use IP 10.0.2.2