Need sample Android REST Client project which implements Virgil Dobjanschi REST implementation pattern

后端 未结 8 664
醉梦人生
醉梦人生 2020-12-04 05:11

I want to build a REST Client on an android phone.

The REST server exposes several resources, e.g. (GET)

http://foo.bar/customer      List of all cus         


        
8条回答
  •  [愿得一人]
    2020-12-04 05:33

    "Developing Android REST client applications" by Virgil Dobjanschi led to much discussion, since no source code was presented during the session or was provided afterwards.

    • A reference implementation is available under http://datadroid.foxykeep.com (the Google IO session is mentioned under /presentation). It is a library which you can use in your own application.
    • Android Priority Job Queue was inspired by Dobjanschi's talk and sounds very promising to me.

    Please comment if you know more implementations.

提交回复
热议问题