我如何使用凌空在单个Activity中调用多个Api?

时间:2017-11-30 07:45:15

标签: android android-volley

我想在我的项目中使用两个URL来使用两个或多个不同活动中的volley来获取数据。我应该怎么做?请给我一些代码或解释我如何解决这个问题?

1 个答案:

答案 0 :(得分:0)

按照本教程中的步骤操作,您将能够在项目中完全实现齐射。这是链接volley tutorial

再次在第二个活动中使用此方法来获取第二个网址:

 // Creating the JsonObjectRequest class called obreq, passing required parameters: 
 //GET is used to fetch data from the server, JsonURL is the URL to be fetched from. 
 JsonObjectRequest obreq = new JsonObjectRequest(R......