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

后端 未结 8 692
醉梦人生
醉梦人生 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:22

    This is a little late but here is an article which explains the first pattern from the talk:

    http://www.codeproject.com/Articles/429997/Sample-Implementation-of-Virgil-Dobjanschis-Rest-p

    The thing I like about the first pattern is that the interface to the rest methods is a plain class, and the Content Provider is left to simply provide access to the database.

提交回复
热议问题