How to call a RESTful web service from Android?

后端 未结 9 1751
生来不讨喜
生来不讨喜 2020-11-27 10:58

I have written a REST web service in Netbean IDE using Jersey Framework and Java.

For every request the user needs to provide a username and a password, I know that

9条回答
  •  北海茫月
    2020-11-27 11:40

    Here is my Library That I have created for simple Webservice Calling,

    You can use this by adding a one line gradle dependency -

    compile 'com.scantity.ScHttpLibrary:ScHttpLibrary:1.0.0'
    

    Here is the demonstration of using.

    https://github.com/vishalchhodwani1992/httpLibrary

提交回复
热议问题