Skip to content

A simple demo of Android Protobuf fetching use retrofit

Notifications You must be signed in to change notification settings

sam-yr/android_retrofit_protobuf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

android_retrofit_protobuf

A simple demo of Android Protobuf fetching use retrofit

使用retrofit支持protobuf数据格式。一种是使用Google的protobuf,需要引入com.squareup.retrofit2:converter-protobuf即可使用;另外一种是使用Square自己的Wire,需要引入com.squareup.retrofit2:converter-wire,具体使用见代码。

参考文章代码库

About

A simple demo of Android Protobuf fetching use retrofit

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages