About 2,780,000 results
Open links in new tab
  1. Build client-server applications with gRPC - Android Developers

    Sep 8, 2023 · Following the gRPC Basics - Android Java tutorial, using gRPC for Android apps involves four steps: Define RPC services with protocol buffers and generate the gRPC client interfaces. Build a Channel that serves as the medium for RPC calls between client and server.

  2. Connecting Android Apps with Server using gRPC

    Dec 26, 2022 · gRPC is a modern open-source high-performance Remote Procedure Call (RPC) framework that can run in any environment. It can efficiently connect services in and across data centers with pluggable support for load balancing, tracing, health checking, and authentication.

  3. How to implement gRPC in Android? | by Pratik Bhagwatkar

    Aug 24, 2023 · With the help of RPC methods, we can communicate with the backend without using rest APIs, and in this article, we learned all the steps to integrate gRPC in Android and how to use all the...

  4. Understanding gRPC in Android Development: A Practical Guide …

    Dec 20, 2024 · In modern application development, efficient communication between client and server is critical, especially for mobile applications where performance and bandwidth optimization are key. gRPC...

  5. A Beginner’s Guide to gRPC in Android - Medium

    Nov 25, 2019 · gRPC stands for Google — Remote Procedure Call, and it is a framework for communication utilizing Protocol Buffers. While there is a lot of technical details as to what a Remote Procedure Call...

  6. Quick start | Android Java - gRPC

    Nov 25, 2024 · gRPC Java does not support running a server on an Android device. For this quick start, the Android client app will connect to a server running on your local (non-Android) computer. Get the example code

  7. In-depth look at gRPC for Android | by Victor Brandalise

    Jun 1, 2021 · This article walks you through the most important concepts you need to know to understand gRPC. Learn what you need to know to use gRPC effectively in Android.

  8. gRPC server for Android - Stack Overflow

    Jan 18, 2021 · There is no HTTP/2 gRPC server available for Android. While the Netty server does run on Android, it is poorly optimized (size, memory, cpu) for Android and is not officially supported by the gRPC team because it doesn't represent their expectations for …

  9. Basics tutorial | Android Java - gRPC

    Nov 25, 2024 · This tutorial provides a basic Android Java programmer’s introduction to working with gRPC. By walking through this example you’ll learn how to: Define a service in a .proto file. Generate client code using the protocol buffer compiler. Use the Java gRPC API to write a simple mobile client for your service.

  10. Build client-server applications with gRPC | Connectivity | Android ...

    Following the gRPC Basics - Android Java tutorial, using gRPC for Android apps involves four steps: Define RPC services with protocol buffers and generate the gRPC client interfaces. Build a Channel that serves as the medium for RPC calls between client and server.

  11. Some results have been removed
Refresh