Thrift client on Android

前端 未结 2 1836
没有蜡笔的小新
没有蜡笔的小新 2021-01-03 08:25

I\'m new to android development and want to create an app with a thrift client which is using a thrift server on my network. I already got the thrift definition file and the

2条回答
  •  春和景丽
    2021-01-03 08:57

    Sorry to pile on to an old question. As of February 2016, there is an Android-specific Thrift compiler and client: https://github.com/Microsoft/thrifty.

    The classes that it generates use as few methods as possible (much smaller than the Apache implementation), and the generated clients are asynchronous by default.

提交回复
热议问题