I have the following site http://www.freewebservicesx.com/GoldSpotPrice.aspx which provides a webservice api. As i am extremely new to soap and rest i have absolutely no clue about how to call this service and use it in android. Could someone please tell me how to do it.
相关问题
- How can I create this custom Bottom Navigation on
- Bottom Navigation View gets Shrink Down
- How to make that the snackbar action button be sho
- Design RESTful service with multiple ids
- Listening to outgoing sms not working android
相关文章
- android开发 怎么把图片放入drawable的文件夹下
- android上如何获取/storage/emulated/下的文件列表
- androidStudio有个箭头不认识
- SQLite不能创建表
- Windows - Android SDK manager not listing any plat
- Animate Recycler View grid when number of columns
- Why is the app closing suddenly without showing an
- Android OverlayItem.setMarker(): Change the marker
Use the following url to refer:::
LINK1
LINK2
LINK3
Use this LINK it has a sample the suits your requirement.
also LINK
You can make HTTP requests using either
HttpURLConnection
or HttpClient. Example of usingHttpClient
for a RESTful web service:Otherwise, if you're working with a SOAP web service, I would recommend using ksoap2