Skip to content

shihabmi7/HellogRPC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

1 Commit
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

๐Ÿ“ฑ Android gRPC Sample App (Unary + Streaming)

A simple Android app demonstrating how to use gRPC in Kotlin to call both:

  • Unary method: SayHello
  • Server-streaming method: LotsOfReplies

๐Ÿ”ง Features

  • Connects to public gRPC server grpcb.in
  • Calls SayHello() and receives a single message
  • Calls LotsOfReplies() and receives a streamed response
  • Built with Kotlin, gRPC, and Protocol Buffers
  • Uses coroutines for background calls

๐Ÿ›  Stack

  • Kotlin (Android)
  • gRPC Java
  • Protobuf
  • Coroutines
  • XML Layout (Button + TextViews)

๐Ÿ“ฆ How to Run

  1. Clone this repo
  2. Open in Android Studio
  3. Sync Gradle & Rebuild
  4. Tap the Call gRPC button to test responses

๐Ÿ“ฌ gRPC Services

  • HelloService/SayHello โ†’ Unary
  • HelloService/LotsOfReplies โ†’ Server streaming

โœ๏ธ Author

Md Shihab Uddin โ€“ LinkedIn

About

A android client that use gRPC

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages