I currently have a Qt Android application and would like to use the gRPC framework in the project in order to have a mobile device function as a gRPC client.
Unfortunately I'm struggling to find a good starting point on this, I've read through the gRPC Github pages and issues and noticed an Android/C++ example which I got to run but I just need a C++ library I can drop into Qt. I've seen a few some mentions of it compiling via the NDK so it sounds do-able
This isn't an area I'm too familiar with - would anyone with any experience here be able to advise or point me in the right direction?
Any assistance is appreciated
Thanks