腾讯云
开发者社区
文档
建议反馈
控制台
登录/注册
首页
学习
活动
专区
圈层
工具
MCP广场
文章/答案/技术大牛
搜索
搜索
关闭
发布
文章
问答
(9999+)
视频
沙龙
1
回答
Volley
String请求响应(监听器)错误
、
、
这是我
的
代码,请帮我找出错误import com.
android
.
volley
.RequestQueue;import com.
android
.
volley
.Response; import com.
android
.
volley
.toolbox.Js
浏览 1
提问于2018-09-13
得票数 0
1
回答
Volley
Android
中
的
Json
Array
、
我有一个统一资源定位器,其中包含带有键名
的
[1579.39734, 2523,679.59824966966,4327116]
的
JSON
数组。如何使用
volley
获取
JSON
数组
的
数据元素?下面是我
的
代码,但不起作用。
浏览 1
提问于2018-05-05
得票数 0
1
回答
JSON
中
的
Android
Volley
Array
、
、
、
我有这样
的
JSON
响应 {"error":false,"country":"United Kingdom","country_id":"903", } } 这是我
的
T
浏览 12
提问于2020-03-20
得票数 0
回答已采纳
1
回答
关于截击请求
Android
studio
的
问题
、
、
、
如果我实际将系统println放在另一个不是oncreate
的
方法
中
,比如在一个按钮单击方法
中
,那么它将打印出3,这就是我想要
的
package com.app.test; import com.
android
.
volle
浏览 23
提问于2021-11-15
得票数 0
2
回答
无法处理
android
发送到服务器
的
请求并将结果接收回
android
。
、
、
、
、
我对如何同时发布请求和从服务器接收响应进行了研究,最终得到了一些合理
的
遍历,但它不起作用。请帮帮忙。ex.printStackTrace(); } content.setText(text); 我
的
php> <?xml version="1.0" encoding="UTF-8"?> <Sc
浏览 3
提问于2016-04-25
得票数 2
回答已采纳
1
回答
android
如何在服务器端使用POJO调用方法
、
、
、
、
如何在
android
设备上调用这些方法?如何将其转换为web服务?
Json
还是XML?REST还是SOAP?敬请指教。
浏览 0
提问于2017-08-14
得票数 0
1
回答
获取
JSON
数据时发生
Android
Volley
错误
、
我
的
localhost中有一个
JSON
文件,我正在尝试使用
Volley
请求来获取我
的
android
应用程序上
的
所有数据。现在,当我尝试获取我
的
解析数据(使用
JSON
)时,我得到了一些未知
的
错误!;import com.
android
.
volley
.Response; import com
浏览 1
提问于2016-08-23
得票数 0
回答已采纳
2
回答
截击不提出要求
、
、
我
的
应用程序应该从数据库
中
抓取数据并显示在回收视图中,但是我得到了一个错误2020-08-16 18:12:01.712 29166-29166/com.example.mn E/回收视图:没有附加适配器;跳过下面的布局是我主要活动
的
代码import
android
.os.Bundle; import com.
android</
浏览 2
提问于2020-08-16
得票数 0
1
回答
如何使用
Volley
解析数组数据(TextView)
、
、
、
;import
android
.widget.Button;import com.
android
.
volley
.Request;import com
浏览 6
提问于2020-02-04
得票数 0
2
回答
无法将数据从抽射加载到片段(选项卡布局)
、
、
、
我正在尝试使用
volley
将数据从mysql数据库加载到Tab布局
中
的
片段。问题是该函数正在从DB获取数据,但没有将其加载到片段
中
。当我试图在列表
中
添加硬编码
的
数据时,它起作用了,数据被加载到片段
中
。但这不适用于截击。
array
object
浏览 24
提问于2019-06-08
得票数 0
1
回答
JAVA在检索另一个类
中
的
volley
结果变量值时有问题
、
、
、
com.
android
.
volley
.RequestQueue;import com.
android
.
volley
.VolleyError;import com.
android
.
volley
.toolbox.
Volley
;
浏览 1
提问于2022-02-06
得票数 0
1
回答
使用ArrayAdapter将截取响应传递给listview
、
、
、
我无法弄清楚如何使用适配器(Myadapter)将
volley
响应传递给listview。我是否使用myadapter.add()并传递它什么?我读了教程,经过几周
的
努力,我想是时候寻求帮助了。
android
.widget.TextView; import com.
android
.
volley
.Responseimport com.
android
.
浏览 1
提问于2017-04-29
得票数 0
回答已采纳
1
回答
缺少"Request.Method.GET“和"com.
android
.
volley
”JsonObjectRequest参数
的
"org.
json
.JSONObject“似乎顺序错误
、
、
我正在尝试使用"com.
android
.
volley
“模块
的
JsonObjectRequest对一些
Json
数据发出GET请求。它坚持方法是org.
json
.JSONObject
的
,而不是com.
android
.
volley
的
。但是,我在
Android
Stuido
的
自动下拉选择器
中
找不到来自org.
json
.JSONObject
的
Re
浏览 0
提问于2020-08-09
得票数 1
1
回答
获取整个
json
数据,而不是小字符串。
、
我无法在
JSON
中
获得特定字符串描述
中
的
数据。相反,当单击listitem时,我将在我
的
when视图中获取整个
JSON
数据。; import com.
android
.
volley
.Request;import c
浏览 2
提问于2017-11-15
得票数 0
1
回答
这就是你想要
的
吗?
、
、
、
、
我正在学习上
的
这个教程Activity context注意:我在布局中使用autoLink我在Stackover流上跟踪了几个相同
的
线程,但没能解决.这是我
的
班级: import
android<
浏览 1
提问于2018-03-17
得票数 0
回答已采纳
3
回答
android
Json
无法使用
volley
从not服务获取数据
、
、
;import
android
.widget.ListView; import com.
android
.
volley
.Response;import com.
android
.
volley
.too
浏览 3
提问于2016-02-16
得票数 0
0
回答
JSONObject没有按照它应该
的
方式编码吗?
、
、
、
( $inputJSON, TRUE ); //convert
JSON
into
array
$user_password>import
android
.support.v7.app.AppCompatActivity;import
android
.view.View
a
浏览 15
提问于2017-06-10
得票数 0
回答已采纳
4
回答
URL
的
意外响应代码401
、
; import com.
android
.
volley
.Request;import com.
android
.
volley
.toolbox.StringRequest; import com.
android
.
volley
.toolbox.
V
浏览 5
提问于2017-11-17
得票数 0
回答已采纳
3
回答
从
volley
对象POST方法响应
中
捕获cookie
、
、
、
、
我正在使用
android
上
的
volley
库发送一个帖子请求。一旦我得到
json
响应,服务器就会在头中发送一个cookie。当我在
android
中使用分析器检查网络流量时,我可以看到cookie。我不确定是不是因为他们使用GET请求,而我
的
请求是POST请求。这是我目前已经准备好
的
代码,除了抓到cookie之外,一切都很好。
浏览 0
提问于2019-02-17
得票数 0
回答已采纳
1
回答
如何在
android
中
解析
JSON
到clickable
的
URL?
、
、
我正在寻找帮助在
android
工作室。我想解析我
的
json
文件超链接,它是可点击
的
。现在,当按下显示时,只需与Toast帮助链接即可。现在
的
样子-import
android
.support.v7;import c
浏览 2
提问于2018-02-21
得票数 0
点击加载更多
热门
标签
更多标签
云服务器
ICP备案
云点播
对象存储
即时通信 IM
活动推荐
运营活动
广告
关闭
领券